#DCECB2

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

Shades of Tusk #DCECB2

Tints of Tusk #DCECB2

Color information

#DCECB2 (or 0xDCECB2) is unknown color: approx Tusk. HEX triplet: DC, EC and B2. RGB value is (220,236,178). Sum of RGB (Red+Green+Blue) = 220+236+178=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECB2 is #23134D. Grayscale: #E0E0E0. Windows color (decimal): -2298702 or 11726044. OLE color: 11726044.

HSL color Cylindrical-coordinate representation of color #DCECB2: hue angle of 76.55º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCECB2 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB220236178-
CMYK0.0700.250.07
HSL76.55º60.42%81.18%-
HSV(B)76.55º24.58%92.55%-
XYZ67.5578.4253.7-
YUV224.6101.7124.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 178 (69.92% from 255) = 28.08%
R=34.70%
G=37.22%
B=28.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202361780.0700.250.0776.5560.4281.18
HexDCECB2701974d3c51
Octal3343542627031711574121
Binary11011100111011001011001011101100111110011011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECB2; }

 p { color: rgb(220,236,178); }

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

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

 a { background-color: rgb(220,236,178); }

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

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

 span { border-color: rgb(220,236,178); }

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