Html Css Color HEX #D9DEC3 Frost

📋 copy color: '#D9DEC3'

red 217 ◦ green 222 ◦ blue 195

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

Shades of Frost #D9DEC3

Tints of Frost #D9DEC3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.02%

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

R = 34.23%
G = 35.02%
B = 30.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#D9DEC3 (or 0xD9DEC3) is known color: Frost. HEX triplet: D9, DE and C3. RGB value is (217,222,195). Sum of RGB (Red+Green+Blue) = 217+222+195=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEC3 is #26213C. Grayscale: #D9D9D9. Windows color (decimal): -2498877 or 12836569. OLE color: 12836569.

HSL color Cylindrical-coordinate representation of color #D9DEC3: hue angle of 71.11º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9DEC3 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 222 195 -
CMYK 0.02 0 0.12 0.13
HSL 71.11º 0.29% 0.82% -
HSV(B) 71.11º 0.12% 0.87% -
XYZ 64.59 70.93 61.92 -
YUV 217.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 217 222 195 0.02 0 0.12 0.13 71.11 0.29 0.82
Hex D9 DE C3 2 0 C D 47 1D 52
Octal 331 336 303 2 0 14 15 107 35 122
Binary 11011001 11011110 11000011 10 0 1100 1101 1000111 11101 1010010

Color Harmonies of #D9DEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEC3

Black with #D9DEC3

Text Example


Text Example

White with #D9DEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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