#DAFDEC

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

Shades of White Ice #DAFDEC

Tints of White Ice #DAFDEC

Color information

#DAFDEC (or 0xDAFDEC) is unknown color: approx White Ice. HEX triplet: DA, FD and EC. RGB value is (218,253,236). Sum of RGB (Red+Green+Blue) = 218+253+236=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDEC is #250213. Grayscale: #F0F0F0. Windows color (decimal): -2425364 or 15531482. OLE color: 15531482.

HSL color Cylindrical-coordinate representation of color #DAFDEC: hue angle of 150.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDEC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB218253236-
CMYK0.1400.070.01
HSL150.86º89.74%92.35%-
HSV(B)150.86º13.83%99.22%-
XYZ79.1891.2192.79-
YUV240.6125.4111.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.83%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 236 (92.58% from 255) = 33.38%
R=30.83%
G=35.79%
B=33.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532360.1400.070.01150.8689.7492.35
HexDAFDECE071975a5c
Octal33237535416071227132134
Binary1101101011111101111011001110011111001011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDEC; }

 p { color: rgb(218,253,236); }

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

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

 a { background-color: rgb(218,253,236); }

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

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

 span { border-color: rgb(218,253,236); }

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