#DEF2B1

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

Shades of Reef #DEF2B1

Tints of Reef #DEF2B1

Color information

#DEF2B1 (or 0xDEF2B1) is unknown color: approx Reef. HEX triplet: DE, F2 and B1. RGB value is (222,242,177). Sum of RGB (Red+Green+Blue) = 222+242+177=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 177 (69.53% from 255 or 27.61% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF2B1 is #210D4E. Grayscale: #E4E4E4. Windows color (decimal): -2166095 or 11662046. OLE color: 11662046.

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

Color convert

RGB222242177-
CMYK0.0800.270.05
HSL78.46º71.43%82.16%-
HSV(B)78.46º26.86%94.9%-
XYZ69.8182.2153.78-
YUV228.6198.87123.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 242 (94.92% from 255) = 37.75%
BLUE value IS 177 (69.53% from 255) = 27.61%
R=34.63%
G=37.75%
B=27.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421770.0800.270.0578.4671.4382.16
HexDEF2B1801B54e4752
Octal336362261100335116107122
Binary1101111011110010101100011000011011101100111010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2B1; }

 p { color: rgb(222,242,177); }

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

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

 a { background-color: rgb(222,242,177); }

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

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

 span { border-color: rgb(222,242,177); }

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