Html Css Color HEX #D9E6CA Frostee

📋 copy color: '#D9E6CA'

red 217 ◦ green 230 ◦ blue 202

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

Shades of Frostee #D9E6CA

Tints of Frostee #D9E6CA

RGB

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

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

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

R = 33.44%
G = 35.44%
B = 31.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#D9E6CA (or 0xD9E6CA) is known color: Frostee. HEX triplet: D9, E6 and CA. RGB value is (217,230,202). Sum of RGB (Red+Green+Blue) = 217+230+202=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6CA is #261935. Grayscale: #DFDFDF. Windows color (decimal): -2496822 or 13297369. OLE color: 13297369.

HSL color Cylindrical-coordinate representation of color #D9E6CA: hue angle of 87.86º degrees, saturation: 0.36, 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 #D9E6CA is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 230 202 -
CMYK 0.06 0 0.12 0.10
HSL 87.86º 0.36% 0.85% -
HSV(B) 87.86º 0.12% 0.9% -
XYZ 67.57 75.61 66.91 -
YUV 222.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 217 230 202 0.06 0 0.12 0.10 87.86 0.36 0.85
Hex D9 E6 CA 6 0 C A 58 24 55
Octal 331 346 312 6 0 14 12 130 44 125
Binary 11011001 11100110 11001010 110 0 1100 1010 1011000 100100 1010101

Color Harmonies of #D9E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E6CA

Black with #D9E6CA

Text Example


Text Example

White with #D9E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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