#DAFFF4

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

Shades of Clear Day #DAFFF4

Tints of Clear Day #DAFFF4

Color information

#DAFFF4 (or 0xDAFFF4) is unknown color: approx Clear Day. HEX triplet: DA, FF and F4. RGB value is (218,255,244). Sum of RGB (Red+Green+Blue) = 218+255+244=717 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.40% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFF4 is #25000B. Grayscale: #F2F2F2. Windows color (decimal): -2424844 or 16056282. OLE color: 16056282.

HSL color Cylindrical-coordinate representation of color #DAFFF4: hue angle of 162.16º 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 #DAFFF4 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB218255244-
CMYK0.1500.040
HSL162.16º100%92.75%-
HSV(B)162.16º14.51%100%-
XYZ8192.9699.26-
YUV242.68128.74110.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.40%
GREEN value IS 255 (100% from 255) = 35.56%
BLUE value IS 244 (95.70% from 255) = 34.03%
R=30.40%
G=35.56%
B=34.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552440.1500.040162.1610092.75
HexDAFFF4F040a2645d
Octal33237736417040242144135
Binary1101101011111111111101001111010001010001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFF4; }

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

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

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

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

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

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

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

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