#DEFBA4

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

Shades of Reef #DEFBA4

Tints of Reef #DEFBA4

Color information

#DEFBA4 (or 0xDEFBA4) is unknown color: approx Reef. HEX triplet: DE, FB and A4. RGB value is (222,251,164). Sum of RGB (Red+Green+Blue) = 222+251+164=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBA4 is #21045B. Grayscale: #E8E8E8. Windows color (decimal): -2163804 or 10812382. OLE color: 10812382.

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

Color convert

RGB222251164-
CMYK0.1200.350.02
HSL80º91.58%81.37%-
HSV(B)80º34.66%98.43%-
XYZ71.3287.248.19-
YUV232.4189.39120.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 164 (64.45% from 255) = 25.75%
R=34.85%
G=39.40%
B=25.75%

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
Decimal2222511640.1200.350.028091.5881.37
HexDEFBA4C0232505c51
Octal336373244140432120134121
Binary1101111011111011101001001100010001110101000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBA4; }

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

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

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

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

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

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

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

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