#DEEB9D

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

Shades of Reef #DEEB9D

Tints of Reef #DEEB9D

Color information

#DEEB9D (or 0xDEEB9D) is unknown color: approx Reef. HEX triplet: DE, EB and 9D. RGB value is (222,235,157). Sum of RGB (Red+Green+Blue) = 222+235+157=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEB9D is #211462. Grayscale: #DEDEDE. Windows color (decimal): -2167907 or 10349534. OLE color: 10349534.

HSL color Cylindrical-coordinate representation of color #DEEB9D: hue angle of 70º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEEB9D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB222235157-
CMYK0.0600.330.08
HSL70º66.1%76.86%-
HSV(B)70º33.19%92.16%-
XYZ65.9277.3843.36-
YUV222.2291.19127.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 157 (61.72% from 255) = 25.57%
R=36.16%
G=38.27%
B=25.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222351570.0600.330.087066.176.86
HexDEEB9D6021846424d
Octal336353235604110106102115
Binary11011110111010111001110111001000011000100011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEB9D; }

 p { color: rgb(222,235,157); }

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

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

 a { background-color: rgb(222,235,157); }

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

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

 span { border-color: rgb(222,235,157); }

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