#DEFBAF

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

Shades of Reef #DEFBAF

Tints of Reef #DEFBAF

Color information

#DEFBAF (or 0xDEFBAF) is unknown color: approx Reef. HEX triplet: DE, FB and AF. RGB value is (222,251,175). Sum of RGB (Red+Green+Blue) = 222+251+175=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBAF is #210450. Grayscale: #E9E9E9. Windows color (decimal): -2163793 or 11533278. OLE color: 11533278.

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

Color convert

RGB222251175-
CMYK0.1200.300.02
HSL82.89º90.48%83.53%-
HSV(B)82.89º30.28%98.43%-
XYZ72.3687.6253.66-
YUV233.6694.89119.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 175 (68.75% from 255) = 27.01%
R=34.26%
G=38.73%
B=27.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511750.1200.300.0282.8990.4883.53
HexDEFBAFC01E2535a54
Octal336373257140362123132124
Binary110111101111101110101111110001111010101001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBAF; }

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

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

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

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

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

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

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

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