#DCCBDD

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

Shades of Thistle #DCCBDD

Tints of Thistle #DCCBDD

Color information

#DCCBDD (or 0xDCCBDD) is unknown color: approx Thistle. HEX triplet: DC, CB and DD. RGB value is (220,203,221). Sum of RGB (Red+Green+Blue) = 220+203+221=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBDD is #233422. Grayscale: #D2D2D2. Windows color (decimal): -2307107 or 14535644. OLE color: 14535644.

HSL color Cylindrical-coordinate representation of color #DCCBDD: hue angle of 296.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCBDD is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220203221-
CMYK0.000.0800.13
HSL296.67º20.93%83.14%-
HSV(B)296.67º8.14%86.67%-
XYZ63.9263.1577.23-
YUV210.14134.13135.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 203 (79.69% from 255) = 31.52%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=34.16%
G=31.52%
B=34.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202032210.000.0800.13296.6720.9383.14
HexDCCBDD080D1291553
Octal33431333501001545125123
Binary1101110011001011110111010100001101100101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBDD; }

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

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

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

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

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

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

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

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