Html Css Color HEX #D9DCCA Frost

📋 copy color: '#D9DCCA'

red 217 ◦ green 220 ◦ blue 202

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

Shades of Frost #D9DCCA

Tints of Frost #D9DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.61%

R = 33.96%
G = 34.43%
B = 31.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D9DCCA (or 0xD9DCCA) is known color: Frost. HEX triplet: D9, DC and CA. RGB value is (217,220,202). Sum of RGB (Red+Green+Blue) = 217+220+202=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCCA is #262335. Grayscale: #D9D9D9. Windows color (decimal): -2499382 or 13294809. OLE color: 13294809.

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

Color convert

RGB 217 220 202 -
CMYK 0.01 0 0.08 0.14
HSL 70º 0.2% 0.83% -
HSV(B) 70º 0.08% 0.86% -
XYZ 64.87 70.2 66.01 -
YUV 217.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 217 220 202 0.01 0 0.08 0.14 70 0.2 0.83
Hex D9 DC CA 1 0 8 E 46 14 53
Octal 331 334 312 1 0 10 16 106 24 123
Binary 11011001 11011100 11001010 1 0 1000 1110 1000110 10100 1010011

Color Harmonies of #D9DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCCA

Black with #D9DCCA

Text Example


Text Example

White with #D9DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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