#DEFAB1

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

Shades of Reef #DEFAB1

Tints of Reef #DEFAB1

Color information

#DEFAB1 (or 0xDEFAB1) is unknown color: approx Reef. HEX triplet: DE, FA and B1. RGB value is (222,250,177). Sum of RGB (Red+Green+Blue) = 222+250+177=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAB1 is #21054E. Grayscale: #E9E9E9. Windows color (decimal): -2164047 or 11664094. OLE color: 11664094.

HSL color Cylindrical-coordinate representation of color #DEFAB1: hue angle of 83.01º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEFAB1 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB222250177-
CMYK0.1100.290.02
HSL83.01º87.95%83.73%-
HSV(B)83.01º29.2%98.04%-
XYZ72.2587.0854.59-
YUV233.3196.22119.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 177 (69.53% from 255) = 27.27%
R=34.21%
G=38.52%
B=27.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501770.1100.290.0283.0187.9583.73
HexDEFAB1B01D2535854
Octal336372261130352123130124
Binary110111101111101010110001101101110110101001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAB1; }

 p { color: rgb(222,250,177); }

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

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

 a { background-color: rgb(222,250,177); }

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

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

 span { border-color: rgb(222,250,177); }

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