Html Css Color HEX #D9E1BC Frost

📋 copy color: '#D9E1BC'

red 217 ◦ green 225 ◦ blue 188

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

Shades of Frost #D9E1BC

Tints of Frost #D9E1BC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.71%

 BLUE value IS 188 (73.83% from 255) = 29.84%

R = 34.44%
G = 35.71%
B = 29.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#D9E1BC (or 0xD9E1BC) is known color: Frost. HEX triplet: D9, E1 and BC. RGB value is (217,225,188). Sum of RGB (Red+Green+Blue) = 217+225+188=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1BC is #261E43. Grayscale: #DADADA. Windows color (decimal): -2498116 or 12378585. OLE color: 12378585.

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

Color convert

RGB 217 225 188 -
CMYK 0.04 0 0.16 0.12
HSL 72.97º 0.38% 0.81% -
HSV(B) 72.97º 0.16% 0.88% -
XYZ 64.62 72.23 58.11 -
YUV 218.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 217 225 188 0.04 0 0.16 0.12 72.97 0.38 0.81
Hex D9 E1 BC 4 0 10 C 49 26 51
Octal 331 341 274 4 0 20 14 111 46 121
Binary 11011001 11100001 10111100 100 0 10000 1100 1001001 100110 1010001

Color Harmonies of #D9E1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E1BC

Black with #D9E1BC

Text Example


Text Example

White with #D9E1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E1BC; }

 p { color: rgb(217,225,188); }

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

background-color css

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

 a { background-color: rgb(217,225,188); }

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

border-color css

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

 span { border-color: rgb(217,225,188); }

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