#DADEC1

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

Shades of Frost #DADEC1

Tints of Frost #DADEC1

Color information

#DADEC1 (or 0xDADEC1) is unknown color: approx Frost. HEX triplet: DA, DE and C1. RGB value is (218,222,193). Sum of RGB (Red+Green+Blue) = 218+222+193=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEC1 is #25213E. Grayscale: #D9D9D9. Windows color (decimal): -2433343 or 12705498. OLE color: 12705498.

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

Color convert

RGB218222193-
CMYK0.0200.130.13
HSL68.28º30.53%81.37%-
HSV(B)68.28º13.06%87.06%-
XYZ64.667160.75-
YUV217.5114.17128.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=34.44%
G=35.07%
B=30.49%

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
Decimal2182221930.0200.130.1368.2830.5381.37
HexDADEC120DD441f51
Octal33233630120151510437121
Binary110110101101111011000001100110111011000100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADEC1; }

 p { color: rgb(218,222,193); }

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

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

 a { background-color: rgb(218,222,193); }

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

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

 span { border-color: rgb(218,222,193); }

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