Html Css Color HEX #D9DCC2 Frost

📋 copy color: '#D9DCC2'

red 217 ◦ green 220 ◦ blue 194

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

Shades of Frost #D9DCC2

Tints of Frost #D9DCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.74%

R = 34.39%
G = 34.87%
B = 30.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#D9DCC2 (or 0xD9DCC2) is known color: Frost. HEX triplet: D9, DC and C2. RGB value is (217,220,194). Sum of RGB (Red+Green+Blue) = 217+220+194=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCC2 is #26233D. Grayscale: #D8D8D8. Windows color (decimal): -2499390 or 12770521. OLE color: 12770521.

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

Color convert

RGB 217 220 194 -
CMYK 0.01 0 0.12 0.14
HSL 66.92º 0.27% 0.81% -
HSV(B) 66.92º 0.12% 0.86% -
XYZ 63.95 69.83 61.15 -
YUV 216.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 217 220 194 0.01 0 0.12 0.14 66.92 0.27 0.81
Hex D9 DC C2 1 0 C E 43 1B 51
Octal 331 334 302 1 0 14 16 103 33 121
Binary 11011001 11011100 11000010 1 0 1100 1110 1000011 11011 1010001

Color Harmonies of #D9DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCC2

Black with #D9DCC2

Text Example


Text Example

White with #D9DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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