#DEFBA3

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

Shades of Reef #DEFBA3

Tints of Reef #DEFBA3

Color information

#DEFBA3 (or 0xDEFBA3) is unknown color: approx Reef. HEX triplet: DE, FB and A3. RGB value is (222,251,163). Sum of RGB (Red+Green+Blue) = 222+251+163=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 163 (64.06% from 255 or 25.63% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBA3 is #21045C. Grayscale: #E8E8E8. Windows color (decimal): -2163805 or 10746846. OLE color: 10746846.

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

Color convert

RGB222251163-
CMYK0.1200.350.02
HSL79.77º91.67%81.18%-
HSV(B)79.77º35.06%98.43%-
XYZ71.2387.1747.72-
YUV232.388.89120.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 163 (64.06% from 255) = 25.63%
R=34.91%
G=39.47%
B=25.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511630.1200.350.0279.7791.6781.18
HexDEFBA3C0232505c51
Octal336373243140432120134121
Binary1101111011111011101000111100010001110101000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBA3; }

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

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

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

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

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

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

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

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