#DCCBDA

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

Shades of Thistle #DCCBDA

Tints of Thistle #DCCBDA

Color information

#DCCBDA (or 0xDCCBDA) is unknown color: approx Thistle. HEX triplet: DC, CB and DA. RGB value is (220,203,218). Sum of RGB (Red+Green+Blue) = 220+203+218=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBDA is #233425. Grayscale: #D1D1D1. Windows color (decimal): -2307110 or 14339036. OLE color: 14339036.

HSL color Cylindrical-coordinate representation of color #DCCBDA: hue angle of 307.06º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCBDA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220203218-
CMYK00.080.010.14
HSL307.06º19.54%82.94%-
HSV(B)307.06º7.73%86.27%-
XYZ63.5362.9975.14-
YUV209.79132.63135.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 203 (79.69% from 255) = 31.67%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=34.32%
G=31.67%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020321800.080.010.14307.0619.5482.94
HexDCCBDA081E1331453
Octal33431333201011646324123
Binary1101110011001011110110100100011110100110011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBDA; }

 p { color: rgb(220,203,218); }

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

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

 a { background-color: rgb(220,203,218); }

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

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

 span { border-color: rgb(220,203,218); }

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