#DEFBF4

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

Shades of Clear Day #DEFBF4

Tints of Clear Day #DEFBF4

Color information

#DEFBF4 (or 0xDEFBF4) is unknown color: approx Clear Day. HEX triplet: DE, FB and F4. RGB value is (222,251,244). Sum of RGB (Red+Green+Blue) = 222+251+244=717 (94% of max value = 765). Red value is 222 (87.11% from 255 or 30.96% from 717); Green value is 251 (98.44% from 255 or 35.01% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBF4 is #21040B. Grayscale: #F1F1F1. Windows color (decimal): -2163724 or 16055262. OLE color: 16055262.

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

Color convert

RGB222251244-
CMYK0.1200.030.02
HSL165.52º78.38%92.75%-
HSV(B)165.52º11.55%98.43%-
XYZ80.9591.0698.9-
YUV241.53129.39114.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.96%
GREEN value IS 251 (98.44% from 255) = 35.01%
BLUE value IS 244 (95.70% from 255) = 34.03%
R=30.96%
G=35.01%
B=34.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512440.1200.030.02165.5278.3892.75
HexDEFBF4C032a64e5d
Octal33637336414032246116135
Binary1101111011111011111101001100011101010011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBF4; }

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

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

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

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

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

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

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

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