Html Css Color HEX #D9EAC4 Frostee

📋 copy color: '#D9EAC4'

red 217 ◦ green 234 ◦ blue 196

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

Shades of Frostee #D9EAC4

Tints of Frostee #D9EAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.29%

R = 33.54%
G = 36.17%
B = 30.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#D9EAC4 (or 0xD9EAC4) is known color: Frostee. HEX triplet: D9, EA and C4. RGB value is (217,234,196). Sum of RGB (Red+Green+Blue) = 217+234+196=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EAC4 is #26153B. Grayscale: #E0E0E0. Windows color (decimal): -2495804 or 12905177. OLE color: 12905177.

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

Color convert

RGB 217 234 196 -
CMYK 0.07 0 0.16 0.08
HSL 86.84º 0.48% 0.84% -
HSV(B) 86.84º 0.16% 0.92% -
XYZ 68 77.58 63.62 -
YUV 224.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 217 234 196 0.07 0 0.16 0.08 86.84 0.48 0.84
Hex D9 EA C4 7 0 10 8 57 30 54
Octal 331 352 304 7 0 20 10 127 60 124
Binary 11011001 11101010 11000100 111 0 10000 1000 1010111 110000 1010100

Color Harmonies of #D9EAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EAC4

Black with #D9EAC4

Text Example


Text Example

White with #D9EAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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