Html Css Color HEX #D9E0D4 Frostee

📋 copy color: '#D9E0D4'

red 217 ◦ green 224 ◦ blue 212

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

Shades of Frostee #D9E0D4

Tints of Frostee #D9E0D4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.3%

 BLUE value IS 212 (83.2% from 255) = 32.47%

R = 33.23%
G = 34.3%
B = 32.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#D9E0D4 (or 0xD9E0D4) is known color: Frostee. HEX triplet: D9, E0 and D4. RGB value is (217,224,212). Sum of RGB (Red+Green+Blue) = 217+224+212=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0D4 is #261F2B. Grayscale: #DCDCDC. Windows color (decimal): -2498348 or 13951193. OLE color: 13951193.

HSL color Cylindrical-coordinate representation of color #D9E0D4: hue angle of 95º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9E0D4 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 224 212 -
CMYK 0.03 0 0.05 0.12
HSL 95º 0.16% 0.85% -
HSV(B) 95º 0.05% 0.88% -
XYZ 67.15 72.82 72.8 -
YUV 220.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 217 224 212 0.03 0 0.05 0.12 95 0.16 0.85
Hex D9 E0 D4 3 0 5 C 5F 10 55
Octal 331 340 324 3 0 5 14 137 20 125
Binary 11011001 11100000 11010100 11 0 101 1100 1011111 10000 1010101

Color Harmonies of #D9E0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E0D4

Black with #D9E0D4

Text Example


Text Example

White with #D9E0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E0D4; }

 p { color: rgb(217,224,212); }

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

background-color css

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

 a { background-color: rgb(217,224,212); }

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

border-color css

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

 span { border-color: rgb(217,224,212); }

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