#DAFDF5

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

Shades of Clear Day #DAFDF5

Tints of Clear Day #DAFDF5

Color information

#DAFDF5 (or 0xDAFDF5) is unknown color: approx Clear Day. HEX triplet: DA, FD and F5. RGB value is (218,253,245). Sum of RGB (Red+Green+Blue) = 218+253+245=716 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.45% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDF5 is #25020A. Grayscale: #F1F1F1. Windows color (decimal): -2425355 or 16121306. OLE color: 16121306.

HSL color Cylindrical-coordinate representation of color #DAFDF5: hue angle of 166.29º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDF5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB218253245-
CMYK0.1400.030.01
HSL166.29º89.74%92.35%-
HSV(B)166.29º13.83%99.22%-
XYZ80.5291.7599.85-
YUV241.62129.9111.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.45%
GREEN value IS 253 (99.22% from 255) = 35.34%
BLUE value IS 245 (96.09% from 255) = 34.22%
R=30.45%
G=35.34%
B=34.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532450.1400.030.01166.2989.7492.35
HexDAFDF5E031a65a5c
Octal33237536516031246132134
Binary110110101111110111110101111001111010011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDF5; }

 p { color: rgb(218,253,245); }

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

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

 a { background-color: rgb(218,253,245); }

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

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

 span { border-color: rgb(218,253,245); }

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