Html Css Color HEX #D9DCC4 Frost

📋 copy color: '#D9DCC4'

red 217 ◦ green 220 ◦ blue 196

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

Shades of Frost #D9DCC4

Tints of Frost #D9DCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.96%

R = 34.28%
G = 34.76%
B = 30.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#D9DCC4 (or 0xD9DCC4) is known color: Frost. HEX triplet: D9, DC and C4. RGB value is (217,220,196). Sum of RGB (Red+Green+Blue) = 217+220+196=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCC4 is #26233B. Grayscale: #D8D8D8. Windows color (decimal): -2499388 or 12901593. OLE color: 12901593.

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

Color convert

RGB 217 220 196 -
CMYK 0.01 0 0.11 0.14
HSL 67.5º 0.26% 0.82% -
HSV(B) 67.5º 0.11% 0.86% -
XYZ 64.17 69.92 62.34 -
YUV 216.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 217 220 196 0.01 0 0.11 0.14 67.5 0.26 0.82
Hex D9 DC C4 1 0 B E 44 1A 52
Octal 331 334 304 1 0 13 16 104 32 122
Binary 11011001 11011100 11000100 1 0 1011 1110 1000100 11010 1010010

Color Harmonies of #D9DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCC4

Black with #D9DCC4

Text Example


Text Example

White with #D9DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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