#DADDC2

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

Shades of Frost #DADDC2

Tints of Frost #DADDC2

Color information

#DADDC2 (or 0xDADDC2) is unknown color: approx Frost. HEX triplet: DA, DD and C2. RGB value is (218,221,194). Sum of RGB (Red+Green+Blue) = 218+221+194=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDC2 is #25223D. Grayscale: #D9D9D9. Windows color (decimal): -2433598 or 12770778. OLE color: 12770778.

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

Color convert

RGB218221194-
CMYK0.0100.120.13
HSL66.67º28.42%81.37%-
HSV(B)66.67º12.22%86.67%-
XYZ64.5170.5161.25-
YUV217.02115.01128.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 194 (76.17% from 255) = 30.65%
R=34.44%
G=34.91%
B=30.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211940.0100.120.1366.6728.4281.37
HexDADDC210CD431c51
Octal33233530210141510334121
Binary11011010110111011100001010110011011000011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDC2; }

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

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

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

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

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

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

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

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