#DAFBF1

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

Shades of Clear Day #DAFBF1

Tints of Clear Day #DAFBF1

Color information

#DAFBF1 (or 0xDAFBF1) is unknown color: approx Clear Day. HEX triplet: DA, FB and F1. RGB value is (218,251,241). Sum of RGB (Red+Green+Blue) = 218+251+241=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBF1 is #25040E. Grayscale: #F0F0F0. Windows color (decimal): -2425871 or 15858650. OLE color: 15858650.

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

Color convert

RGB218251241-
CMYK0.1300.040.02
HSL161.82º80.49%91.96%-
HSV(B)161.82º13.15%98.43%-
XYZ79.2990.2596.46-
YUV239.99128.57112.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.70%
GREEN value IS 251 (98.44% from 255) = 35.35%
BLUE value IS 241 (94.53% from 255) = 33.94%
R=30.70%
G=35.35%
B=33.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512410.1300.040.02161.8280.4991.96
HexDAFBF1D042a2505c
Octal33237336115042242120134
Binary11011010111110111111000111010100101010001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBF1; }

 p { color: rgb(218,251,241); }

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

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

 a { background-color: rgb(218,251,241); }

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

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

 span { border-color: rgb(218,251,241); }

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