#DAFBF0

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

Shades of Clear Day #DAFBF0

Tints of Clear Day #DAFBF0

Color information

#DAFBF0 (or 0xDAFBF0) is unknown color: approx Clear Day. HEX triplet: DA, FB and F0. RGB value is (218,251,240). Sum of RGB (Red+Green+Blue) = 218+251+240=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBF0 is #25040F. Grayscale: #EFEFEF. Windows color (decimal): -2425872 or 15793114. OLE color: 15793114.

HSL color Cylindrical-coordinate representation of color #DAFBF0: hue angle of 160º degrees, saturation: 0.8, 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 #DAFBF0 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB218251240-
CMYK0.1300.040.02
HSL160º80.49%91.96%-
HSV(B)160º13.15%98.43%-
XYZ79.1490.1995.68-
YUV239.88128.07112.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.75%
GREEN value IS 251 (98.44% from 255) = 35.40%
BLUE value IS 240 (94.14% from 255) = 33.85%
R=30.75%
G=35.40%
B=33.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512400.1300.040.0216080.4991.96
HexDAFBF0D042a0505c
Octal33237336015042240120134
Binary11011010111110111111000011010100101010000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBF0; }

 p { color: rgb(218,251,240); }

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

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

 a { background-color: rgb(218,251,240); }

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

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

 span { border-color: rgb(218,251,240); }

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