#DCEB9B

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

Shades of Reef #DCEB9B

Tints of Reef #DCEB9B

Color information

#DCEB9B (or 0xDCEB9B) is unknown color: approx Reef. HEX triplet: DC, EB and 9B. RGB value is (220,235,155). Sum of RGB (Red+Green+Blue) = 220+235+155=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB9B is #231464. Grayscale: #DDDDDD. Windows color (decimal): -2298981 or 10218460. OLE color: 10218460.

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

Color convert

RGB220235155-
CMYK0.0600.340.08
HSL71.25º66.67%76.47%-
HSV(B)71.25º34.04%92.16%-
XYZ65.147742.44-
YUV221.490.53127-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 155 (60.94% from 255) = 25.41%
R=36.07%
G=38.52%
B=25.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351550.0600.340.0871.2566.6776.47
HexDCEB9B6022847434c
Octal334353233604210107103114
Binary11011100111010111001101111001000101000100011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEB9B; }

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

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

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

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

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

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

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

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