#DCEB9D

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

Shades of Reef #DCEB9D

Tints of Reef #DCEB9D

Color information

#DCEB9D (or 0xDCEB9D) is unknown color: approx Reef. HEX triplet: DC, EB and 9D. RGB value is (220,235,157). Sum of RGB (Red+Green+Blue) = 220+235+157=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB9D is #231462. Grayscale: #DDDDDD. Windows color (decimal): -2298979 or 10349532. OLE color: 10349532.

HSL color Cylindrical-coordinate representation of color #DCEB9D: hue angle of 71.54º 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 #DCEB9D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB220235157-
CMYK0.0600.330.08
HSL71.54º66.1%76.86%-
HSV(B)71.54º33.19%92.16%-
XYZ65.3177.0743.33-
YUV221.6291.53126.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 157 (61.72% from 255) = 25.65%
R=35.95%
G=38.40%
B=25.65%

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
Decimal2202351570.0600.330.0871.5466.176.86
HexDCEB9D6021848424d
Octal334353235604110110102115
Binary11011100111010111001110111001000011000100100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB9D; }

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

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

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

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

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

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

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

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