#DEFFB1

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

Shades of Reef #DEFFB1

Tints of Reef #DEFFB1

Color information

#DEFFB1 (or 0xDEFFB1) is unknown color: approx Reef. HEX triplet: DE, FF and B1. RGB value is (222,255,177). Sum of RGB (Red+Green+Blue) = 222+255+177=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 177 (69.53% from 255 or 27.06% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFB1 is #21004E. Grayscale: #ECECEC. Windows color (decimal): -2162767 or 11665374. OLE color: 11665374.

HSL color Cylindrical-coordinate representation of color #DEFFB1: hue angle of 85.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEFFB1 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB222255177-
CMYK0.1300.310
HSL85.38º100%84.71%-
HSV(B)85.38º30.59%100%-
XYZ73.8290.2255.12-
YUV236.2494.57117.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 177 (69.53% from 255) = 27.06%
R=33.94%
G=38.99%
B=27.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551770.1300.31085.3810084.71
HexDEFFB1D01F0556455
Octal336377261150370125144125
Binary11011110111111111011000111010111110101010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFB1; }

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

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

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

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

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

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

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

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