#DEF1AB

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

Shades of Reef #DEF1AB

Tints of Reef #DEF1AB

Color information

#DEF1AB (or 0xDEF1AB) is unknown color: approx Reef. HEX triplet: DE, F1 and AB. RGB value is (222,241,171). Sum of RGB (Red+Green+Blue) = 222+241+171=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF1AB is #210E54. Grayscale: #E3E3E3. Windows color (decimal): -2166357 or 11268574. OLE color: 11268574.

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

Color convert

RGB222241171-
CMYK0.0800.290.05
HSL76.29º71.43%80.78%-
HSV(B)76.29º29.05%94.51%-
XYZ68.9381.3850.6-
YUV227.3496.21124.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 171 (67.19% from 255) = 26.97%
R=35.02%
G=38.01%
B=26.97%

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
Decimal2222411710.0800.290.0576.2971.4380.78
HexDEF1AB801D54c4751
Octal336361253100355114107121
Binary1101111011110001101010111000011101101100110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1AB; }

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

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

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

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

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

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

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

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