#DEFAA9

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

Shades of Reef #DEFAA9

Tints of Reef #DEFAA9

Color information

#DEFAA9 (or 0xDEFAA9) is unknown color: approx Reef. HEX triplet: DE, FA and A9. RGB value is (222,250,169). Sum of RGB (Red+Green+Blue) = 222+250+169=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 169 (66.41% from 255 or 26.37% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAA9 is #210556. Grayscale: #E8E8E8. Windows color (decimal): -2164055 or 11139806. OLE color: 11139806.

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

Color convert

RGB222250169-
CMYK0.1100.320.02
HSL80.74º89.01%82.16%-
HSV(B)80.74º32.4%98.04%-
XYZ71.4786.7750.52-
YUV232.3992.22120.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 169 (66.41% from 255) = 26.37%
R=34.63%
G=39.00%
B=26.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501690.1100.320.0280.7489.0182.16
HexDEFAA9B0202515952
Octal336372251130402121131122
Binary1101111011111010101010011011010000010101000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAA9; }

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

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

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

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

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

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

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

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