#DADCC9

Color #DADCC9 Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frost #DADCC9

Tints of Frost #DADCC9

Color information

#DADCC9 (or 0xDADCC9) is unknown color: approx Frost. HEX triplet: DA, DC and C9. RGB value is (218,220,201). Sum of RGB (Red+Green+Blue) = 218+220+201=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCC9 is #252336. Grayscale: #D9D9D9. Windows color (decimal): -2433847 or 13229274. OLE color: 13229274.

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

Color convert

RGB218220201-
CMYK0.0100.090.14
HSL66.32º21.35%82.55%-
HSV(B)66.32º8.64%86.27%-
XYZ65.0570.3165.4-
YUV217.24118.84128.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 201 (78.91% from 255) = 31.46%
R=34.12%
G=34.43%
B=31.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182202010.0100.090.1466.3221.3582.55
HexDADCC9109E421553
Octal33233431110111610225123
Binary11011010110111001100100110100111101000010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCC9; }

 p { color: rgb(218,220,201); }

 H1.HeaderClassName
 {
   color: #DADCC9;
 }
 .AnyTagClassName
 {
   color: #DADCC9;
 }
</style>
background-color css

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

 a { background-color: rgb(218,220,201); }

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

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

 span { border-color: rgb(218,220,201); }

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