#DADDC7

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

Shades of Frost #DADDC7

Tints of Frost #DADDC7

Color information

#DADDC7 (or 0xDADDC7) is unknown color: approx Frost. HEX triplet: DA, DD and C7. RGB value is (218,221,199). Sum of RGB (Red+Green+Blue) = 218+221+199=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDC7 is #252238. Grayscale: #D9D9D9. Windows color (decimal): -2433593 or 13098458. OLE color: 13098458.

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

Color convert

RGB218221199-
CMYK0.0100.100.13
HSL68.18º24.44%82.35%-
HSV(B)68.18º9.95%86.67%-
XYZ65.0870.7464.26-
YUV217.6117.51128.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 199 (78.12% from 255) = 31.19%
R=34.17%
G=34.64%
B=31.19%

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
Decimal2182211990.0100.100.1368.1824.4482.35
HexDADDC710AD441852
Octal33233530710121510430122
Binary11011010110111011100011110101011011000100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDC7; }

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

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

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

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

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

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

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

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