#DAFDEE

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

Shades of Clear Day #DAFDEE

Tints of Clear Day #DAFDEE

Color information

#DAFDEE (or 0xDAFDEE) is unknown color: approx Clear Day. HEX triplet: DA, FD and EE. RGB value is (218,253,238). Sum of RGB (Red+Green+Blue) = 218+253+238=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDEE is #250211. Grayscale: #F0F0F0. Windows color (decimal): -2425362 or 15662554. OLE color: 15662554.

HSL color Cylindrical-coordinate representation of color #DAFDEE: hue angle of 154.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 #DAFDEE is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB218253238-
CMYK0.1400.060.01
HSL154.29º89.74%92.35%-
HSV(B)154.29º13.83%99.22%-
XYZ79.4791.3394.33-
YUV240.82126.4111.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.75%
GREEN value IS 253 (99.22% from 255) = 35.68%
BLUE value IS 238 (93.36% from 255) = 33.57%
R=30.75%
G=35.68%
B=33.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532380.1400.060.01154.2989.7492.35
HexDAFDEEE0619a5a5c
Octal33237535616061232132134
Binary1101101011111101111011101110011011001101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDEE; }

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

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

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

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

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

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

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

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