#DADCC2

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

Shades of Frost #DADCC2

Tints of Frost #DADCC2

Color information

#DADCC2 (or 0xDADCC2) is unknown color: approx Frost. HEX triplet: DA, DC and C2. RGB value is (218,220,194). Sum of RGB (Red+Green+Blue) = 218+220+194=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCC2 is #25233D. Grayscale: #D8D8D8. Windows color (decimal): -2433854 or 12770522. OLE color: 12770522.

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

Color convert

RGB218220194-
CMYK0.0100.120.14
HSL64.62º27.08%81.18%-
HSV(B)64.62º11.82%86.27%-
XYZ64.2469.9961.16-
YUV216.44115.34129.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 194 (76.17% from 255) = 30.70%
R=34.49%
G=34.81%
B=30.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201940.0100.120.1464.6227.0881.18
HexDADCC210CE411b51
Octal33233430210141610133121
Binary11011010110111001100001010110011101000001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCC2; }

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

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

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

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

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

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

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

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