Html Css Color HEX #D9EBC3 Frostee

📋 copy color: '#D9EBC3'

red 217 ◦ green 235 ◦ blue 195

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

Shades of Frostee #D9EBC3

Tints of Frostee #D9EBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.14%

R = 33.54%
G = 36.32%
B = 30.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#D9EBC3 (or 0xD9EBC3) is known color: Frostee. HEX triplet: D9, EB and C3. RGB value is (217,235,195). Sum of RGB (Red+Green+Blue) = 217+235+195=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 195 (76.56% from 255 or 30.14% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBC3 is #26143C. Grayscale: #E1E1E1. Windows color (decimal): -2495549 or 12839897. OLE color: 12839897.

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

Color convert

RGB 217 235 195 -
CMYK 0.08 0 0.17 0.08
HSL 87º 0.5% 0.84% -
HSV(B) 87º 0.17% 0.92% -
XYZ 68.17 78.11 63.11 -
YUV 225.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 217 235 195 0.08 0 0.17 0.08 87 0.5 0.84
Hex D9 EB C3 8 0 11 8 57 32 54
Octal 331 353 303 10 0 21 10 127 62 124
Binary 11011001 11101011 11000011 1000 0 10001 1000 1010111 110010 1010100

Color Harmonies of #D9EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EBC3

Black with #D9EBC3

Text Example


Text Example

White with #D9EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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