#DEFBAE

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

Shades of Reef #DEFBAE

Tints of Reef #DEFBAE

Color information

#DEFBAE (or 0xDEFBAE) is unknown color: approx Reef. HEX triplet: DE, FB and AE. RGB value is (222,251,174). Sum of RGB (Red+Green+Blue) = 222+251+174=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBAE is #210451. Grayscale: #E9E9E9. Windows color (decimal): -2163794 or 11467742. OLE color: 11467742.

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

Color convert

RGB222251174-
CMYK0.1200.310.02
HSL82.6º90.59%83.33%-
HSV(B)82.6º30.68%98.43%-
XYZ72.2687.5853.14-
YUV233.5594.39119.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 174 (68.36% from 255) = 26.89%
R=34.31%
G=38.79%
B=26.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511740.1200.310.0282.690.5983.33
HexDEFBAEC01F2535b53
Octal336373256140372123133123
Binary110111101111101110101110110001111110101001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBAE; }

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

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

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

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

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

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

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

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