#DAFAED

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

Shades of Clear Day #DAFAED

Tints of Clear Day #DAFAED

Color information

#DAFAED (or 0xDAFAED) is unknown color: approx Clear Day. HEX triplet: DA, FA and ED. RGB value is (218,250,237). Sum of RGB (Red+Green+Blue) = 218+250+237=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAED is #250512. Grayscale: #EEEEEE. Windows color (decimal): -2426131 or 15596250. OLE color: 15596250.

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

Color convert

RGB218250237-
CMYK0.1300.050.02
HSL155.62º76.19%91.76%-
HSV(B)155.62º12.8%98.04%-
XYZ78.3989.3993.24-
YUV238.95126.9113.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.92%
GREEN value IS 250 (98.05% from 255) = 35.46%
BLUE value IS 237 (92.97% from 255) = 33.62%
R=30.92%
G=35.46%
B=33.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502370.1300.050.02155.6276.1991.76
HexDAFAEDD0529c4c5c
Octal33237235515052234114134
Binary11011010111110101110110111010101101001110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAED; }

 p { color: rgb(218,250,237); }

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

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

 a { background-color: rgb(218,250,237); }

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

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

 span { border-color: rgb(218,250,237); }

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