Html Css Color HEX #D9EBC5 Frostee

📋 copy color: '#D9EBC5'

red 217 ◦ green 235 ◦ blue 197

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

Shades of Frostee #D9EBC5

Tints of Frostee #D9EBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.21%

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

R = 33.44%
G = 36.21%
B = 30.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#D9EBC5 (or 0xD9EBC5) is known color: Frostee. HEX triplet: D9, EB and C5. RGB value is (217,235,197). Sum of RGB (Red+Green+Blue) = 217+235+197=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBC5 is #26143A. Grayscale: #E1E1E1. Windows color (decimal): -2495547 or 12970969. OLE color: 12970969.

HSL color Cylindrical-coordinate representation of color #D9EBC5: hue angle of 88.42º degrees, saturation: 0.49, 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 #D9EBC5 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 235 197 -
CMYK 0.08 0 0.16 0.08
HSL 88.42º 0.49% 0.85% -
HSV(B) 88.42º 0.16% 0.92% -
XYZ 68.4 78.2 64.31 -
YUV 225.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 217 235 197 0.08 0 0.16 0.08 88.42 0.49 0.85
Hex D9 EB C5 8 0 10 8 58 31 55
Octal 331 353 305 10 0 20 10 130 61 125
Binary 11011001 11101011 11000101 1000 0 10000 1000 1011000 110001 1010101

Color Harmonies of #D9EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EBC5

Black with #D9EBC5

Text Example


Text Example

White with #D9EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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