Html Css Color HEX #D9E6CF Frostee

📋 copy color: '#D9E6CF'

red 217 ◦ green 230 ◦ blue 207

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

Shades of Frostee #D9E6CF

Tints of Frostee #D9E6CF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.17%

 BLUE value IS 207 (81.25% from 255) = 31.65%

R = 33.18%
G = 35.17%
B = 31.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#D9E6CF (or 0xD9E6CF) is known color: Frostee. HEX triplet: D9, E6 and CF. RGB value is (217,230,207). Sum of RGB (Red+Green+Blue) = 217+230+207=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6CF is #261930. Grayscale: #DFDFDF. Windows color (decimal): -2496817 or 13625049. OLE color: 13625049.

HSL color Cylindrical-coordinate representation of color #D9E6CF: hue angle of 93.91º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9E6CF is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 230 207 -
CMYK 0.06 0 0.10 0.10
HSL 93.91º 0.32% 0.86% -
HSV(B) 93.91º 0.1% 0.9% -
XYZ 68.17 75.85 70.08 -
YUV 223.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 217 230 207 0.06 0 0.10 0.10 93.91 0.32 0.86
Hex D9 E6 CF 6 0 A A 5E 20 56
Octal 331 346 317 6 0 12 12 136 40 126
Binary 11011001 11100110 11001111 110 0 1010 1010 1011110 100000 1010110

Color Harmonies of #D9E6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E6CF

Black with #D9E6CF

Text Example


Text Example

White with #D9E6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E6CF; }

 p { color: rgb(217,230,207); }

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

background-color css

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

 a { background-color: rgb(217,230,207); }

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

border-color css

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

 span { border-color: rgb(217,230,207); }

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