#CCBCCD

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

Shades of Thistle #CCBCCD

Tints of Thistle #CCBCCD

Color information

#CCBCCD (or 0xCCBCCD) is unknown color: approx Thistle. HEX triplet: CC, BC and CD. RGB value is (204,188,205). Sum of RGB (Red+Green+Blue) = 204+188+205=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCBCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCCD is #334332. Grayscale: #C2C2C2. Windows color (decimal): -3359539 or 13483212. OLE color: 13483212.

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

Color convert

RGB204188205-
CMYK0.000.0800.20
HSL296.47º14.53%77.06%-
HSV(B)296.47º8.29%80.39%-
XYZ53.953.2165.19-
YUV194.72133.8134.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 188 (73.83% from 255) = 31.49%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=34.17%
G=31.49%
B=34.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041882050.000.0800.20296.4714.5377.06
HexCCBCCD08014128f4d
Octal31427431501002445017115
Binary1100110010111100110011010100001010010010100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCCD; }

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

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

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

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

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

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

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

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