#DEF1AC

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

Shades of Reef #DEF1AC

Tints of Reef #DEF1AC

Color information

#DEF1AC (or 0xDEF1AC) is unknown color: approx Reef. HEX triplet: DE, F1 and AC. RGB value is (222,241,172). Sum of RGB (Red+Green+Blue) = 222+241+172=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF1AC is #210E53. Grayscale: #E3E3E3. Windows color (decimal): -2166356 or 11334110. OLE color: 11334110.

HSL color Cylindrical-coordinate representation of color #DEF1AC: hue angle of 76.52º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEF1AC is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB222241172-
CMYK0.0800.290.05
HSL76.52º71.13%80.98%-
HSV(B)76.52º28.63%94.51%-
XYZ69.0381.4251.11-
YUV227.4596.71124.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 172 (67.58% from 255) = 27.09%
R=34.96%
G=37.95%
B=27.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222411720.0800.290.0576.5271.1380.98
HexDEF1AC801D54d4751
Octal336361254100355115107121
Binary1101111011110001101011001000011101101100110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1AC; }

 p { color: rgb(222,241,172); }

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

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

 a { background-color: rgb(222,241,172); }

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

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

 span { border-color: rgb(222,241,172); }

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