#DADFC0

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

Shades of Frost #DADFC0

Tints of Frost #DADFC0

Color information

#DADFC0 (or 0xDADFC0) is unknown color: approx Frost. HEX triplet: DA, DF and C0. RGB value is (218,223,192). Sum of RGB (Red+Green+Blue) = 218+223+192=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFC0 is #25203F. Grayscale: #DADADA. Windows color (decimal): -2433088 or 12640218. OLE color: 12640218.

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

Color convert

RGB218223192-
CMYK0.0200.140.13
HSL69.68º32.63%81.37%-
HSV(B)69.68º13.9%87.45%-
XYZ64.8271.4960.25-
YUV217.97113.34128.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=34.44%
G=35.23%
B=30.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231920.0200.140.1369.6832.6381.37
HexDADFC020ED462151
Octal33233730020161510641121
Binary1101101011011111110000001001110110110001101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFC0; }

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

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

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

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

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

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

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

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