Html Css Color HEX #D9EACB Frostee

📋 copy color: '#D9EACB'

red 217 ◦ green 234 ◦ blue 203

#D9EACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frostee #D9EACB

Tints of Frostee #D9EACB

RGB

 RED value IS 217 (85.16% from 255) = 33.18%

 GREEN value IS 234 (91.8% from 255) = 35.78%

 BLUE value IS 203 (79.69% from 255) = 31.04%

R = 33.18%
G = 35.78%
B = 31.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9EACB (or 0xD9EACB) is known color: Frostee. HEX triplet: D9, EA and CB. RGB value is (217,234,203). Sum of RGB (Red+Green+Blue) = 217+234+203=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EACB is #261534. Grayscale: #E1E1E1. Windows color (decimal): -2495797 or 13363929. OLE color: 13363929.

HSL color Cylindrical-coordinate representation of color #D9EACB: hue angle of 92.9º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9EACB is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 234 203 -
CMYK 0.07 0 0.13 0.08
HSL 92.9º 0.42% 0.86% -
HSV(B) 92.9º 0.13% 0.92% -
XYZ 68.82 77.91 67.91 -
YUV 225.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 217 234 203 0.07 0 0.13 0.08 92.9 0.42 0.86
Hex D9 EA CB 7 0 D 8 5D 2A 56
Octal 331 352 313 7 0 15 10 135 52 126
Binary 11011001 11101010 11001011 111 0 1101 1000 1011101 101010 1010110

Color Harmonies of #D9EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EACB

Black with #D9EACB

Text Example


Text Example

White with #D9EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EACB; }

 p { color: rgb(217,234,203); }

 H1.HeaderClassName
 {
   color: #D9EACB;
 }
 .AnyTagClassName
 {
   color: #D9EACB;
 }
</style>

background-color css

<style>
 a { background-color: #D9EACB; }

 a { background-color: rgb(217,234,203); }

 div.DivClassName
 {
   background-color: #D9EACB;
 }
 .BgClassName
 {
   background-color: #D9EACB;
 }
</style>

border-color css

<style>
 span { border-color: #D9EACB; }

 span { border-color: rgb(217,234,203); }

 td.TdClassName
 {
   border-color: #D9EACB;
 }
 .TagClassName
 {
   border-color: #D9EACB;
 }
</style>