#CCBACD

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

Shades of Thistle #CCBACD

Tints of Thistle #CCBACD

Color information

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

HSL color Cylindrical-coordinate representation of color #CCBACD: hue angle of 296.84º 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 #CCBACD is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204186205-
CMYK0.000.0900.20
HSL296.84º15.97%76.67%-
HSV(B)296.84º9.27%80.39%-
XYZ53.4852.3665.05-
YUV193.55134.46135.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041862050.000.0900.20296.8415.9776.67
HexCCBACD09014129104d
Octal31427231501102445120115
Binary11001100101110101100110101001010100100101001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBACD; }

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

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

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

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

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

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

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

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