#CCB5CD

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

Shades of Thistle #CCB5CD

Tints of Thistle #CCB5CD

Color information

#CCB5CD (or 0xCCB5CD) is unknown color: approx Thistle. HEX triplet: CC, B5 and CD. RGB value is (204,181,205). Sum of RGB (Red+Green+Blue) = 204+181+205=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5CD is #334A32. Grayscale: #BEBEBE. Windows color (decimal): -3361331 or 13481420. OLE color: 13481420.

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

Color convert

RGB204181205-
CMYK0.000.1200.20
HSL297.5º19.35%75.69%-
HSV(B)297.5º11.71%80.39%-
XYZ52.4550.2964.7-
YUV190.61136.12137.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 181 (71.09% from 255) = 30.68%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=34.58%
G=30.68%
B=34.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041812050.000.1200.20297.519.3575.69
HexCCB5CD0C01412a134c
Octal31426531501402445223114
Binary11001100101101011100110101100010100100101010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5CD; }

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

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

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

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

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

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

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

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