#DADCC7

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

Shades of Frost #DADCC7

Tints of Frost #DADCC7

Color information

#DADCC7 (or 0xDADCC7) is unknown color: approx Frost. HEX triplet: DA, DC and C7. RGB value is (218,220,199). Sum of RGB (Red+Green+Blue) = 218+220+199=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCC7 is #252338. Grayscale: #D9D9D9. Windows color (decimal): -2433849 or 13098202. OLE color: 13098202.

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

Color convert

RGB218220199-
CMYK0.0100.100.14
HSL65.71º23.08%82.16%-
HSV(B)65.71º9.55%86.27%-
XYZ64.8270.2264.17-
YUV217.01117.84128.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 199 (78.12% from 255) = 31.24%
R=34.22%
G=34.54%
B=31.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201990.0100.100.1465.7123.0882.16
HexDADCC710AE421752
Octal33233430710121610227122
Binary11011010110111001100011110101011101000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCC7; }

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

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

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

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

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

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

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

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