COLOR #FFDBE8

HEX: #FFDBE8 RGB: (255,219,232)

Color info

#FFDBE8 contains red, green and blue colors in about the same proportion. Web safe color of #FFDBE8 is #FFCCFF (or #FCF).

RGB color model

#FFDBE8 color RGB value is (255,219,232).

RGB: (255,219,232) (100%, 86%, 91%)

RGB channels and saturation

R 255 of 255 = 100%
G 219 of 255 = 86%
B 232 of 255 = 91%

255
219
232

R + G + B ~ 92%. #FFDBE8 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 219 + 232 = 706 (100%)
R 255 of 706 ~ 36.12%
G 219 of 706 ~ 31.02%
B 232 of 706 ~ 32.86'%

%36.12
%31.02
%32.86

CMYK color model

#FFDBE8 color CMYK value is (0,14,9,0).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 9.02%
  • key color value is 0.00%

CMYK: (0,14,9,0)
C0M14Y9K0 (0%, 14%, 9%, 0%)
(0.00 / 0.14 / 0.09 / 0.00)

CMYK percentages

%0
%14.12
%9.02
%0

Codes

Color #FFDBE8 in popluar color models

FF DB E8
RGB 255 219 232
HSL 338° 100.00% 92.94%
HSB/HSV 338° 14.12% 100.00%
CMYK 0.00% 14.12% 9.02%
0.00%

Color #FFDBE8 in popluar number systems.

HEX FF DB E8
Decimal 255 219 232
Binary 11111111 11011011 11101000
Octal 377 333 350

Shades and tints

Shades of #FFDBE8

#FFDBE8
(255,219,232)
#E8C8D3
(232,200,211)
#D1B5BE
(209,181,190)
#BAA2A9
(186,162,169)
#A38F94
(163,143,148)
#8C7C7F
(140,124,127)
#75696A
(117,105,106)
#5E5655
(94,86,85)
#474340
(71,67,64)
#30302B
(48,48,43)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #FFDBE8

#FFDBE8
(255,219,232)
#FFDEEA
(255,222,234)
#FFE1EC
(255,225,236)
#FFE4EE
(255,228,238)
#FFE7F0
(255,231,240)
#FFEAF2
(255,234,242)
#FFEDF4
(255,237,244)
#FFF0F6
(255,240,246)
#FFF3F8
(255,243,248)
#FFF6FA
(255,246,250)
#FFF9FC
(255,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDBE8 color. Also use rgb(255,219,232) instead hex code.

Text Font Color

.myTextColor { color: #FFDBE8; }

<p style="color:#FFDBE8">This sample text font color is #FFDBE8.</p>

This text font color is #FFDBE8.

Background Color

.myBgColor { background-color: #FFDBE8; }

<div style="background-color:#FFDBE8">Inner text</div>

This div background color is #FFDBE8.

Border color

.myBorderColor { border: 1px solid #FFDBE8; }

<div style="border:3px solid #FFDBE8">Div</div>

This div border color is #FFDBE8.

Opacity

.myOpacity80 { color: #FFDBE8; opacity: 0.8; }

<p style="color:#FFDBE8;opacity:0.8;">80%</p>

Text with #FFDBE8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFDBE8;}

<p style="text-shadow: 3px 3px 1px #FFDBE8">Text here.</p>

This text has shadow with #FFDBE8 color.


.textShadow {text-shadow: 3px 3px 1px #FFDBE8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFDBE8, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFDBE8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFDBE8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFDBE8, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFDBE8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFDBE8;
-webkit-box-shadow: 1px 1px 3px 2px #FFDBE8;
box-shadow: 1px 1px 3px 2px #FFDBE8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFDBE8; -webkit-box-shadow: 1px 1px 3px 2px #FFDBE8; box-shadow:1px 1px 3px 2px #FFDBE8;">
Div content here
</div>

This div box has shadow with color #FFDBE8.

Preview

Color preview on black background

This text has color #FFDBE8 on black background.


Color preview on white background

This text has color #FFDBE8 on white background.


Black color preview on #FFDBE8 background

This text has black color on #FFDBE8 background.


White color preview on #FFDBE8 background

This text has white color on #FFDBE8 background.


Related colors

Complementary color

Complementary color for #hex is #002417.


I love getcolorcode.com

Triadic colors

1 #E8FFDB and #DBE8FF with #FFDBE8 are triadic colors.

2 #E8DBFF and #DBFFE8 with #FFDBE8 are triadic colors.