#DADDC0

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

Shades of Frost #DADDC0

Tints of Frost #DADDC0

Color information

#DADDC0 (or 0xDADDC0) is unknown color: approx Frost. HEX triplet: DA, DD and C0. RGB value is (218,221,192). Sum of RGB (Red+Green+Blue) = 218+221+192=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDC0 is #25223F. Grayscale: #D8D8D8. Windows color (decimal): -2433600 or 12639706. OLE color: 12639706.

HSL color Cylindrical-coordinate representation of color #DADDC0: hue angle of 66.21º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADDC0 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB218221192-
CMYK0.0100.130.13
HSL66.21º29.9%80.98%-
HSV(B)66.21º13.12%86.67%-
XYZ64.2870.4260.07-
YUV216.8114.01128.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 192 (75.39% from 255) = 30.43%
R=34.55%
G=35.02%
B=30.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211920.0100.130.1366.2129.980.98
HexDADDC010DD421e51
Octal33233530010151510236121
Binary11011010110111011100000010110111011000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDC0; }

 p { color: rgb(218,221,192); }

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

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

 a { background-color: rgb(218,221,192); }

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

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

 span { border-color: rgb(218,221,192); }

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