#CDBDCB

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

Shades of Thistle #CDBDCB

Tints of Thistle #CDBDCB

Color information

#CDBDCB (or 0xCDBDCB) is unknown color: approx Thistle. HEX triplet: CD, BD and CB. RGB value is (205,189,203). Sum of RGB (Red+Green+Blue) = 205+189+203=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDCB is #324234. Grayscale: #C3C3C3. Windows color (decimal): -3293749 or 13352397. OLE color: 13352397.

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

Color convert

RGB205189203-
CMYK00.080.010.20
HSL307.5º13.79%77.25%-
HSV(B)307.5º7.8%80.39%-
XYZ54.1553.6964.01-
YUV195.38132.3134.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=34.34%
G=31.66%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518920300.080.010.20307.513.7977.25
HexCDBDCB08114134e4d
Octal31527531301012446416115
Binary1100110110111101110010110100011010010011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDCB; }

 p { color: rgb(205,189,203); }

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

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

 a { background-color: rgb(205,189,203); }

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

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

 span { border-color: rgb(205,189,203); }

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