#DEF1B1

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

Shades of Reef #DEF1B1

Tints of Reef #DEF1B1

Color information

#DEF1B1 (or 0xDEF1B1) is unknown color: approx Reef. HEX triplet: DE, F1 and B1. RGB value is (222,241,177). Sum of RGB (Red+Green+Blue) = 222+241+177=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 177 (69.53% from 255 or 27.66% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF1B1 is #210E4E. Grayscale: #E4E4E4. Windows color (decimal): -2166351 or 11661790. OLE color: 11661790.

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

Color convert

RGB222241177-
CMYK0.0800.270.05
HSL77.81º69.57%81.96%-
HSV(B)77.81º26.56%94.51%-
XYZ69.5281.6153.68-
YUV228.0299.21123.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 241 (94.53% from 255) = 37.66%
BLUE value IS 177 (69.53% from 255) = 27.66%
R=34.69%
G=37.66%
B=27.66%

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
Decimal2222411770.0800.270.0577.8169.5781.96
HexDEF1B1801B54e4652
Octal336361261100335116106122
Binary1101111011110001101100011000011011101100111010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1B1; }

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

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

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

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

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

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

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

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