#DEFEB0

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

Shades of Reef #DEFEB0

Tints of Reef #DEFEB0

Color information

#DEFEB0 (or 0xDEFEB0) is unknown color: approx Reef. HEX triplet: DE, FE and B0. RGB value is (222,254,176). Sum of RGB (Red+Green+Blue) = 222+254+176=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 176 (69.14% from 255 or 26.99% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEB0 is #21014F. Grayscale: #EBEBEB. Windows color (decimal): -2163024 or 11599582. OLE color: 11599582.

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

Color convert

RGB222254176-
CMYK0.1300.310.00
HSL84.62º97.5%84.31%-
HSV(B)84.62º30.71%99.61%-
XYZ73.489.5554.49-
YUV235.5494.4118.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 176 (69.14% from 255) = 26.99%
R=34.05%
G=38.96%
B=26.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541760.1300.310.0084.6297.584.31
HexDEFEB0D01F0556254
Octal336376260150370125142124
Binary11011110111111101011000011010111110101010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEB0; }

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

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

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

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

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

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

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

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