#DEFBA8

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

Shades of Reef #DEFBA8

Tints of Reef #DEFBA8

Color information

#DEFBA8 (or 0xDEFBA8) is unknown color: approx Reef. HEX triplet: DE, FB and A8. RGB value is (222,251,168). Sum of RGB (Red+Green+Blue) = 222+251+168=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBA8 is #210457. Grayscale: #E9E9E9. Windows color (decimal): -2163800 or 11074526. OLE color: 11074526.

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

Color convert

RGB222251168-
CMYK0.1200.330.02
HSL80.96º91.21%82.16%-
HSV(B)80.96º33.07%98.43%-
XYZ71.6987.3550.13-
YUV232.8791.39120.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 168 (66.02% from 255) = 26.21%
R=34.63%
G=39.16%
B=26.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511680.1200.330.0280.9691.2182.16
HexDEFBA8C0212515b52
Octal336373250140412121133122
Binary1101111011111011101010001100010000110101000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBA8; }

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

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

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

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

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

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

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

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