#DADFC6

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

Shades of Frost #DADFC6

Tints of Frost #DADFC6

Color information

#DADFC6 (or 0xDADFC6) is unknown color: approx Frost. HEX triplet: DA, DF and C6. RGB value is (218,223,198). Sum of RGB (Red+Green+Blue) = 218+223+198=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFC6 is #252039. Grayscale: #DADADA. Windows color (decimal): -2433082 or 13033434. OLE color: 13033434.

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

Color convert

RGB218223198-
CMYK0.0200.110.13
HSL72º28.09%82.55%-
HSV(B)72º11.21%87.45%-
XYZ65.4971.7663.82-
YUV218.65116.34127.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 198 (77.73% from 255) = 30.99%
R=34.12%
G=34.90%
B=30.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231980.0200.110.137228.0982.55
HexDADFC620BD481c53
Octal33233730620131511034123
Binary110110101101111111000110100101111011001000111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFC6; }

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

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

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

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

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

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

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

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