#DADCC6

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

Shades of Frost #DADCC6

Tints of Frost #DADCC6

Color information

#DADCC6 (or 0xDADCC6) is unknown color: approx Frost. HEX triplet: DA, DC and C6. RGB value is (218,220,198). Sum of RGB (Red+Green+Blue) = 218+220+198=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCC6 is #252339. Grayscale: #D8D8D8. Windows color (decimal): -2433850 or 13032666. OLE color: 13032666.

HSL color Cylindrical-coordinate representation of color #DADCC6: hue angle of 65.45º degrees, saturation: 0.24, 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 #DADCC6 is Cyan = 0.01, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB218220198-
CMYK0.0100.10.14
HSL65.45º23.91%81.96%-
HSV(B)65.45º10%86.27%-
XYZ64.770.1763.56-
YUV216.89117.34128.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 198 (77.73% from 255) = 31.13%
R=34.28%
G=34.59%
B=31.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201980.0100.10.1465.4523.9181.96
HexDADCC610AE411852
Octal33233430610121610130122
Binary11011010110111001100011010101011101000001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCC6; }

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

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

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

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

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

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

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

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