Html Css Color HEX #D9DCC0 Frost

📋 copy color: '#D9DCC0'

red 217 ◦ green 220 ◦ blue 192

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

Shades of Frost #D9DCC0

Tints of Frost #D9DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.98%

 BLUE value IS 192 (75.39% from 255) = 30.52%

R = 34.5%
G = 34.98%
B = 30.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#D9DCC0 (or 0xD9DCC0) is known color: Frost. HEX triplet: D9, DC and C0. RGB value is (217,220,192). Sum of RGB (Red+Green+Blue) = 217+220+192=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCC0 is #26233F. Grayscale: #D8D8D8. Windows color (decimal): -2499392 or 12639449. OLE color: 12639449.

HSL color Cylindrical-coordinate representation of color #D9DCC0: hue angle of 66.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9DCC0 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 192 -
CMYK 0.01 0 0.13 0.14
HSL 66.43º 0.29% 0.81% -
HSV(B) 66.43º 0.13% 0.86% -
XYZ 63.72 69.74 59.97 -
YUV 215.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 217 220 192 0.01 0 0.13 0.14 66.43 0.29 0.81
Hex D9 DC C0 1 0 D E 42 1D 51
Octal 331 334 300 1 0 15 16 102 35 121
Binary 11011001 11011100 11000000 1 0 1101 1110 1000010 11101 1010001

Color Harmonies of #D9DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCC0

Black with #D9DCC0

Text Example


Text Example

White with #D9DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCC0; }

 p { color: rgb(217,220,192); }

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

background-color css

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

 a { background-color: rgb(217,220,192); }

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

border-color css

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

 span { border-color: rgb(217,220,192); }

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