#DADFC2

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

Shades of Frost #DADFC2

Tints of Frost #DADFC2

Color information

#DADFC2 (or 0xDADFC2) is unknown color: approx Frost. HEX triplet: DA, DF and C2. RGB value is (218,223,194). Sum of RGB (Red+Green+Blue) = 218+223+194=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFC2 is #25203D. Grayscale: #DADADA. Windows color (decimal): -2433086 or 12771290. OLE color: 12771290.

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

Color convert

RGB218223194-
CMYK0.0200.130.13
HSL70.34º31.18%81.76%-
HSV(B)70.34º13%87.45%-
XYZ65.0471.5861.43-
YUV218.2114.34127.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 194 (76.17% from 255) = 30.55%
R=34.33%
G=35.12%
B=30.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231940.0200.130.1370.3431.1881.76
HexDADFC220DD461f52
Octal33233730220151510637122
Binary110110101101111111000010100110111011000110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFC2; }

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

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

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

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

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

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

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

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