#DADDC8

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

Shades of Frost #DADDC8

Tints of Frost #DADDC8

Color information

#DADDC8 (or 0xDADDC8) is unknown color: approx Frost. HEX triplet: DA, DD and C8. RGB value is (218,221,200). Sum of RGB (Red+Green+Blue) = 218+221+200=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDC8 is #252237. Grayscale: #D9D9D9. Windows color (decimal): -2433592 or 13163994. OLE color: 13163994.

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

Color convert

RGB218221200-
CMYK0.0100.100.13
HSL68.57º23.6%82.55%-
HSV(B)68.57º9.5%86.67%-
XYZ65.270.7964.87-
YUV217.71118.01128.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 200 (78.52% from 255) = 31.30%
R=34.12%
G=34.59%
B=31.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182212000.0100.100.1368.5723.682.55
HexDADDC810AD451853
Octal33233531010121510530123
Binary11011010110111011100100010101011011000101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDC8; }

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

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

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

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

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

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

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

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