Html Css Color HEX #D9EAC5 Frostee

📋 copy color: '#D9EAC5'

red 217 ◦ green 234 ◦ blue 197

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

Shades of Frostee #D9EAC5

Tints of Frostee #D9EAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.4%

R = 33.49%
G = 36.11%
B = 30.4%

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

#D9EAC5 (or 0xD9EAC5) is known color: Frostee. HEX triplet: D9, EA and C5. RGB value is (217,234,197). Sum of RGB (Red+Green+Blue) = 217+234+197=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 197 (77.34% from 255 or 30.40% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EAC5 is #26153A. Grayscale: #E0E0E0. Windows color (decimal): -2495803 or 12970713. OLE color: 12970713.

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

Color convert

RGB 217 234 197 -
CMYK 0.07 0 0.16 0.08
HSL 87.57º 0.47% 0.85% -
HSV(B) 87.57º 0.16% 0.92% -
XYZ 68.12 77.63 64.22 -
YUV 224.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 217 234 197 0.07 0 0.16 0.08 87.57 0.47 0.85
Hex D9 EA C5 7 0 10 8 58 2F 55
Octal 331 352 305 7 0 20 10 130 57 125
Binary 11011001 11101010 11000101 111 0 10000 1000 1011000 101111 1010101

Color Harmonies of #D9EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EAC5

Black with #D9EAC5

Text Example


Text Example

White with #D9EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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