#DEFBAC

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

Shades of Reef #DEFBAC

Tints of Reef #DEFBAC

Color information

#DEFBAC (or 0xDEFBAC) is unknown color: approx Reef. HEX triplet: DE, FB and AC. RGB value is (222,251,172). Sum of RGB (Red+Green+Blue) = 222+251+172=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBAC is #210453. Grayscale: #E9E9E9. Windows color (decimal): -2163796 or 11336670. OLE color: 11336670.

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

Color convert

RGB222251172-
CMYK0.1200.310.02
HSL82.03º90.8%82.94%-
HSV(B)82.03º31.47%98.43%-
XYZ72.0787.552.12-
YUV233.3293.39119.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 172 (67.58% from 255) = 26.67%
R=34.42%
G=38.91%
B=26.67%

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
Decimal2222511720.1200.310.0282.0390.882.94
HexDEFBACC01F2525b53
Octal336373254140372122133123
Binary110111101111101110101100110001111110101001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBAC; }

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

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

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

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

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

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

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

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