#DEF6AE

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

Shades of Reef #DEF6AE

Tints of Reef #DEF6AE

Color information

#DEF6AE (or 0xDEF6AE) is unknown color: approx Reef. HEX triplet: DE, F6 and AE. RGB value is (222,246,174). Sum of RGB (Red+Green+Blue) = 222+246+174=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF6AE is #210951. Grayscale: #E6E6E6. Windows color (decimal): -2165074 or 11466462. OLE color: 11466462.

HSL color Cylindrical-coordinate representation of color #DEF6AE: hue angle of 80º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEF6AE is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB222246174-
CMYK0.1000.290.04
HSL80º80%82.35%-
HSV(B)80º29.27%96.47%-
XYZ70.7284.552.63-
YUV230.6296.05121.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 246 (96.48% from 255) = 38.32%
BLUE value IS 174 (68.36% from 255) = 27.10%
R=34.58%
G=38.32%
B=27.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222461740.1000.290.04808082.35
HexDEF6AEA01D4505052
Octal336366256120354120120122
Binary1101111011110110101011101010011101100101000010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6AE; }

 p { color: rgb(222,246,174); }

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

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

 a { background-color: rgb(222,246,174); }

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

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

 span { border-color: rgb(222,246,174); }

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