#CCBDCC

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

Shades of Thistle #CCBDCC

Tints of Thistle #CCBDCC

Color information

#CCBDCC (or 0xCCBDCC) is unknown color: approx Thistle. HEX triplet: CC, BD and CC. RGB value is (204,189,204). Sum of RGB (Red+Green+Blue) = 204+189+204=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDCC is #334233. Grayscale: #C3C3C3. Windows color (decimal): -3359284 or 13417932. OLE color: 13417932.

HSL color Cylindrical-coordinate representation of color #CCBDCC: hue angle of 300º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDCC is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204189204-
CMYK00.0700.2
HSL300º12.82%77.06%-
HSV(B)300º7.35%80%-
XYZ5453.5964.63-
YUV195.2132.97134.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=34.17%
G=31.66%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418920400.0700.230012.8277.06
HexCCBDCC0701412cd4d
Octal3142753140702445415115
Binary110011001011110111001100011101010010010110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDCC; }

 p { color: rgb(204,189,204); }

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

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

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

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

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

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

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