#DEF8B2

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

Shades of Reef #DEF8B2

Tints of Reef #DEF8B2

Color information

#DEF8B2 (or 0xDEF8B2) is unknown color: approx Reef. HEX triplet: DE, F8 and B2. RGB value is (222,248,178). Sum of RGB (Red+Green+Blue) = 222+248+178=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF8B2 is #21074D. Grayscale: #E8E8E8. Windows color (decimal): -2164558 or 11729118. OLE color: 11729118.

HSL color Cylindrical-coordinate representation of color #DEF8B2: hue angle of 82.29º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEF8B2 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB222248178-
CMYK0.1000.280.03
HSL82.29º83.33%83.53%-
HSV(B)82.29º28.23%97.25%-
XYZ71.7385.8854.92-
YUV232.2597.39120.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 248 (97.27% from 255) = 38.27%
BLUE value IS 178 (69.92% from 255) = 27.47%
R=34.26%
G=38.27%
B=27.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222481780.1000.280.0382.2983.3383.53
HexDEF8B2A01C3525354
Octal336370262120343122123124
Binary110111101111100010110010101001110011101001010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8B2; }

 p { color: rgb(222,248,178); }

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

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

 a { background-color: rgb(222,248,178); }

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

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

 span { border-color: rgb(222,248,178); }

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