#DCEBDB

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

Shades of Tara #DCEBDB

Tints of Tara #DCEBDB

Color information

#DCEBDB (or 0xDCEBDB) is unknown color: approx Tara. HEX triplet: DC, EB and DB. RGB value is (220,235,219). Sum of RGB (Red+Green+Blue) = 220+235+219=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBDB is #231424. Grayscale: #E4E4E4. Windows color (decimal): -2298917 or 14412764. OLE color: 14412764.

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

Color convert

RGB220235219-
CMYK0.0600.070.08
HSL116.25º28.57%89.02%-
HSV(B)116.25º6.81%92.16%-
XYZ72.0179.7578.62-
YUV228.69122.53121.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 219 (85.94% from 255) = 32.49%
R=32.64%
G=34.87%
B=32.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352190.0600.070.08116.2528.5789.02
HexDCEBDB6078741d59
Octal3343533336071016435131
Binary110111001110101111011011110011110001110100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBDB; }

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

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

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

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

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

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

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

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