Html Css Color HEX #D9E2BC Frost

📋 copy color: '#D9E2BC'

red 217 ◦ green 226 ◦ blue 188

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

Shades of Frost #D9E2BC

Tints of Frost #D9E2BC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.82%

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

R = 34.39%
G = 35.82%
B = 29.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#D9E2BC (or 0xD9E2BC) is known color: Frost. HEX triplet: D9, E2 and BC. RGB value is (217,226,188). Sum of RGB (Red+Green+Blue) = 217+226+188=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E2BC is #261D43. Grayscale: #DBDBDB. Windows color (decimal): -2497860 or 12378841. OLE color: 12378841.

HSL color Cylindrical-coordinate representation of color #D9E2BC: hue angle of 74.21º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9E2BC is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 226 188 -
CMYK 0.04 0 0.17 0.11
HSL 74.21º 0.4% 0.81% -
HSV(B) 74.21º 0.17% 0.89% -
XYZ 64.89 72.78 58.2 -
YUV 218.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 217 226 188 0.04 0 0.17 0.11 74.21 0.4 0.81
Hex D9 E2 BC 4 0 11 B 4A 28 51
Octal 331 342 274 4 0 21 13 112 50 121
Binary 11011001 11100010 10111100 100 0 10001 1011 1001010 101000 1010001

Color Harmonies of #D9E2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E2BC

Black with #D9E2BC

Text Example


Text Example

White with #D9E2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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