#DCECDB

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

Shades of Tara #DCECDB

Tints of Tara #DCECDB

Color information

#DCECDB (or 0xDCECDB) is unknown color: approx Tara. HEX triplet: DC, EC and DB. RGB value is (220,236,219). Sum of RGB (Red+Green+Blue) = 220+236+219=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECDB is #231324. Grayscale: #E5E5E5. Windows color (decimal): -2298661 or 14413020. OLE color: 14413020.

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

Color convert

RGB220236219-
CMYK0.0700.070.07
HSL116.47º30.91%89.22%-
HSV(B)116.47º7.2%92.55%-
XYZ72.380.3278.71-
YUV229.28122.2121.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.59%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=32.59%
G=34.96%
B=32.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202362190.0700.070.07116.4730.9189.22
HexDCECDB7077741f59
Octal334354333707716437131
Binary11011100111011001101101111101111111110100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECDB; }

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

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

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

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

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

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

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

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