#DEF1AA

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

Shades of Reef #DEF1AA

Tints of Reef #DEF1AA

Color information

#DEF1AA (or 0xDEF1AA) is unknown color: approx Reef. HEX triplet: DE, F1 and AA. RGB value is (222,241,170). Sum of RGB (Red+Green+Blue) = 222+241+170=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF1AA is #210E55. Grayscale: #E3E3E3. Windows color (decimal): -2166358 or 11203038. OLE color: 11203038.

HSL color Cylindrical-coordinate representation of color #DEF1AA: hue angle of 76.06º degrees, saturation: 0.72, 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 #DEF1AA is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB222241170-
CMYK0.0800.290.05
HSL76.06º71.72%80.59%-
HSV(B)76.06º29.46%94.51%-
XYZ68.8481.3450.1-
YUV227.2295.71124.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 170 (66.80% from 255) = 26.86%
R=35.07%
G=38.07%
B=26.86%

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
Decimal2222411700.0800.290.0576.0671.7280.59
HexDEF1AA801D54c4851
Octal336361252100355114110121
Binary1101111011110001101010101000011101101100110010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1AA; }

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

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

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

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

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

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

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

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