#DAFFF0

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

Shades of Clear Day #DAFFF0

Tints of Clear Day #DAFFF0

Color information

#DAFFF0 (or 0xDAFFF0) is unknown color: approx Clear Day. HEX triplet: DA, FF and F0. RGB value is (218,255,240). Sum of RGB (Red+Green+Blue) = 218+255+240=713 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.58% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFF0 is #25000F. Grayscale: #F2F2F2. Windows color (decimal): -2424848 or 15794138. OLE color: 15794138.

HSL color Cylindrical-coordinate representation of color #DAFFF0: hue angle of 155.68º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFF0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB218255240-
CMYK0.1500.060
HSL155.68º100%92.75%-
HSV(B)155.68º14.51%100%-
XYZ80.492.7296.1-
YUV242.23126.74110.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.58%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=30.58%
G=35.76%
B=33.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552400.1500.060155.6810092.75
HexDAFFF0F0609c645d
Octal33237736017060234144135
Binary1101101011111111111100001111011001001110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFF0; }

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

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

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

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

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

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

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

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