#CDBACC

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

Shades of Thistle #CDBACC

Tints of Thistle #CDBACC

Color information

#CDBACC (or 0xCDBACC) is unknown color: approx Thistle. HEX triplet: CD, BA and CC. RGB value is (205,186,204). Sum of RGB (Red+Green+Blue) = 205+186+204=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBACC is #324533. Grayscale: #C1C1C1. Windows color (decimal): -3294516 or 13417165. OLE color: 13417165.

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

Color convert

RGB205186204-
CMYK00.090.000.20
HSL303.16º15.97%76.67%-
HSV(B)303.16º9.27%80.39%-
XYZ53.6352.4664.43-
YUV193.73133.79136.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=34.45%
G=31.26%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518620400.090.000.20303.1615.9776.67
HexCDBACC0901412f104d
Octal31527231401102445720115
Binary11001101101110101100110001001010100100101111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBACC; }

 p { color: rgb(205,186,204); }

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

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

 a { background-color: rgb(205,186,204); }

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

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

 span { border-color: rgb(205,186,204); }

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