#DAF2EB

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

Shades of Clear Day #DAF2EB

Tints of Clear Day #DAF2EB

Color information

#DAF2EB (or 0xDAF2EB) is unknown color: approx Clear Day. HEX triplet: DA, F2 and EB. RGB value is (218,242,235). Sum of RGB (Red+Green+Blue) = 218+242+235=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2EB is #250D14. Grayscale: #EAEAEA. Windows color (decimal): -2428181 or 15463130. OLE color: 15463130.

HSL color Cylindrical-coordinate representation of color #DAF2EB: hue angle of 162.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF2EB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB218242235-
CMYK0.1000.030.05
HSL162.5º48%90.2%-
HSV(B)162.5º9.92%94.9%-
XYZ75.6684.4190.9-
YUV234.03128.55116.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.37%
GREEN value IS 242 (94.92% from 255) = 34.82%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=31.37%
G=34.82%
B=33.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182422350.1000.030.05162.54890.2
HexDAF2EBA035a2305a
Octal3323623531203524260132
Binary1101101011110010111010111010011101101000101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2EB; }

 p { color: rgb(218,242,235); }

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

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

 a { background-color: rgb(218,242,235); }

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

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

 span { border-color: rgb(218,242,235); }

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