Html Css Color HEX #D6E5CA Frostee

📋 copy color: '#D6E5CA'

red 214 ◦ green 229 ◦ blue 202

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

Shades of Frostee #D6E5CA

Tints of Frostee #D6E5CA

RGB

 RED value IS 214 (83.98% from 255) = 33.18%

 GREEN value IS 229 (89.84% from 255) = 35.5%

 BLUE value IS 202 (79.3% from 255) = 31.32%

R = 33.18%
G = 35.5%
B = 31.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#D6E5CA (or 0xD6E5CA) is known color: Frostee. HEX triplet: D6, E5 and CA. RGB value is (214,229,202). Sum of RGB (Red+Green+Blue) = 214+229+202=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E5CA is #291A35. Grayscale: #DDDDDD. Windows color (decimal): -2693686 or 13297110. OLE color: 13297110.

HSL color Cylindrical-coordinate representation of color #D6E5CA: hue angle of 93.33º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6E5CA is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 229 202 -
CMYK 0.07 0 0.12 0.10
HSL 93.33º 0.34% 0.85% -
HSV(B) 93.33º 0.12% 0.9% -
XYZ 66.41 74.6 66.78 -
YUV 221.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 214 229 202 0.07 0 0.12 0.10 93.33 0.34 0.85
Hex D6 E5 CA 7 0 C A 5D 22 55
Octal 326 345 312 7 0 14 12 135 42 125
Binary 11010110 11100101 11001010 111 0 1100 1010 1011101 100010 1010101

Color Harmonies of #D6E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E5CA

Black with #D6E5CA

Text Example


Text Example

White with #D6E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E5CA; }

 p { color: rgb(214,229,202); }

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

background-color css

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

 a { background-color: rgb(214,229,202); }

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

border-color css

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

 span { border-color: rgb(214,229,202); }

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