#DAFAEC

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

Shades of White Ice #DAFAEC

Tints of White Ice #DAFAEC

Color information

#DAFAEC (or 0xDAFAEC) is unknown color: approx White Ice. HEX triplet: DA, FA and EC. RGB value is (218,250,236). Sum of RGB (Red+Green+Blue) = 218+250+236=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAEC is #250513. Grayscale: #EEEEEE. Windows color (decimal): -2426132 or 15530714. OLE color: 15530714.

HSL color Cylindrical-coordinate representation of color #DAFAEC: hue angle of 153.75º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFAEC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB218250236-
CMYK0.1300.060.02
HSL153.75º76.19%91.76%-
HSV(B)153.75º12.8%98.04%-
XYZ78.2489.3392.48-
YUV238.84126.4113.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.97%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 236 (92.58% from 255) = 33.52%
R=30.97%
G=35.51%
B=33.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502360.1300.060.02153.7576.1991.76
HexDAFAECD0629a4c5c
Octal33237235415062232114134
Binary11011010111110101110110011010110101001101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAEC; }

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

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

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

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

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

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

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

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