#DEFEAB

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

Shades of Reef #DEFEAB

Tints of Reef #DEFEAB

Color information

#DEFEAB (or 0xDEFEAB) is unknown color: approx Reef. HEX triplet: DE, FE and AB. RGB value is (222,254,171). Sum of RGB (Red+Green+Blue) = 222+254+171=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEAB is #210154. Grayscale: #EBEBEB. Windows color (decimal): -2163029 or 11271902. OLE color: 11271902.

HSL color Cylindrical-coordinate representation of color #DEFEAB: hue angle of 83.13º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEFEAB is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB222254171-
CMYK0.1300.330.00
HSL83.13º97.65%83.33%-
HSV(B)83.13º32.68%99.61%-
XYZ72.9289.3551.93-
YUV234.9791.9118.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 171 (67.19% from 255) = 26.43%
R=34.31%
G=39.26%
B=26.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541710.1300.330.0083.1397.6583.33
HexDEFEABD0210536253
Octal336376253150410123142123
Binary110111101111111010101011110101000010101001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEAB; }

 p { color: rgb(222,254,171); }

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

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

 a { background-color: rgb(222,254,171); }

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

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

 span { border-color: rgb(222,254,171); }

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