#DAFAF2

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

Shades of Clear Day #DAFAF2

Tints of Clear Day #DAFAF2

Color information

#DAFAF2 (or 0xDAFAF2) is unknown color: approx Clear Day. HEX triplet: DA, FA and F2. RGB value is (218,250,242). Sum of RGB (Red+Green+Blue) = 218+250+242=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 242 (94.92% from 255 or 34.08% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAF2 is #25050D. Grayscale: #EFEFEF. Windows color (decimal): -2426126 or 15923930. OLE color: 15923930.

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

Color convert

RGB218250242-
CMYK0.1300.030.02
HSL165º76.19%91.76%-
HSV(B)165º12.8%98.04%-
XYZ79.1389.6997.15-
YUV239.52129.4112.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.70%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 242 (94.92% from 255) = 34.08%
R=30.70%
G=35.21%
B=34.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502420.1300.030.0216576.1991.76
HexDAFAF2D032a54c5c
Octal33237236215032245114134
Binary1101101011111010111100101101011101010010110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAF2; }

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

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

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

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

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

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

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

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