#DEF3AA

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

Shades of Reef #DEF3AA

Tints of Reef #DEF3AA

Color information

#DEF3AA (or 0xDEF3AA) is unknown color: approx Reef. HEX triplet: DE, F3 and AA. RGB value is (222,243,170). Sum of RGB (Red+Green+Blue) = 222+243+170=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF3AA is #210C55. Grayscale: #E4E4E4. Windows color (decimal): -2165846 or 11203550. OLE color: 11203550.

HSL color Cylindrical-coordinate representation of color #DEF3AA: hue angle of 77.26º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEF3AA is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB222243170-
CMYK0.0900.300.05
HSL77.26º75.26%80.98%-
HSV(B)77.26º30.04%95.29%-
XYZ69.4382.5350.3-
YUV228.495.04123.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 243 (95.31% from 255) = 38.27%
BLUE value IS 170 (66.80% from 255) = 26.77%
R=34.96%
G=38.27%
B=26.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222431700.0900.300.0577.2675.2680.98
HexDEF3AA901E54d4b51
Octal336363252110365115113121
Binary1101111011110011101010101001011110101100110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3AA; }

 p { color: rgb(222,243,170); }

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

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

 a { background-color: rgb(222,243,170); }

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

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

 span { border-color: rgb(222,243,170); }

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