#CCB6CD

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

Shades of Thistle #CCB6CD

Tints of Thistle #CCB6CD

Color information

#CCB6CD (or 0xCCB6CD) is unknown color: approx Thistle. HEX triplet: CC, B6 and CD. RGB value is (204,182,205). Sum of RGB (Red+Green+Blue) = 204+182+205=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6CD is #334932. Grayscale: #BFBFBF. Windows color (decimal): -3361075 or 13481676. OLE color: 13481676.

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

Color convert

RGB204182205-
CMYK0.000.1100.20
HSL297.39º18.7%75.88%-
HSV(B)297.39º11.22%80.39%-
XYZ52.6550.764.77-
YUV191.2135.79137.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=34.52%
G=30.80%
B=34.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041822050.000.1100.20297.3918.775.88
HexCCB6CD0B014129134c
Octal31426631501302445123114
Binary11001100101101101100110101011010100100101001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6CD; }

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

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

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

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

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

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

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

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