#DEFEB1

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

Shades of Reef #DEFEB1

Tints of Reef #DEFEB1

Color information

#DEFEB1 (or 0xDEFEB1) is unknown color: approx Reef. HEX triplet: DE, FE and B1. RGB value is (222,254,177). Sum of RGB (Red+Green+Blue) = 222+254+177=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 177 (69.53% from 255 or 27.11% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEB1 is #21014E. Grayscale: #EBEBEB. Windows color (decimal): -2163023 or 11665118. OLE color: 11665118.

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

Color convert

RGB222254177-
CMYK0.1300.300.00
HSL84.94º97.47%84.51%-
HSV(B)84.94º30.31%99.61%-
XYZ73.589.5955.01-
YUV235.6594.9118.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 177 (69.53% from 255) = 27.11%
R=34.00%
G=38.90%
B=27.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541770.1300.300.0084.9497.4784.51
HexDEFEB1D01E0556155
Octal336376261150360125141125
Binary11011110111111101011000111010111100101010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEB1; }

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

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

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

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

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

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

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

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