#DEFBF5

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

Shades of Clear Day #DEFBF5

Tints of Clear Day #DEFBF5

Color information

#DEFBF5 (or 0xDEFBF5) is unknown color: approx Clear Day. HEX triplet: DE, FB and F5. RGB value is (222,251,245). Sum of RGB (Red+Green+Blue) = 222+251+245=718 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.92% from 718); Green value is 251 (98.44% from 255 or 34.96% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBF5 is #21040A. Grayscale: #F1F1F1. Windows color (decimal): -2163723 or 16120798. OLE color: 16120798.

HSL color Cylindrical-coordinate representation of color #DEFBF5: hue angle of 167.59º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBF5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB222251245-
CMYK0.1200.020.02
HSL167.59º78.38%92.75%-
HSV(B)167.59º11.55%98.43%-
XYZ81.191.1299.7-
YUV241.64129.89113.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.92%
GREEN value IS 251 (98.44% from 255) = 34.96%
BLUE value IS 245 (96.09% from 255) = 34.12%
R=30.92%
G=34.96%
B=34.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512450.1200.020.02167.5978.3892.75
HexDEFBF5C022a84e5d
Octal33637336514022250116135
Binary1101111011111011111101011100010101010100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBF5; }

 p { color: rgb(222,251,245); }

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

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

 a { background-color: rgb(222,251,245); }

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

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

 span { border-color: rgb(222,251,245); }

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