#CCBDCD

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

Shades of Thistle #CCBDCD

Tints of Thistle #CCBDCD

Color information

#CCBDCD (or 0xCCBDCD) is unknown color: approx Thistle. HEX triplet: CC, BD and CD. RGB value is (204,189,205). Sum of RGB (Red+Green+Blue) = 204+189+205=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDCD is #334232. Grayscale: #C3C3C3. Windows color (decimal): -3359283 or 13483468. OLE color: 13483468.

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

Color convert

RGB204189205-
CMYK0.000.0800.20
HSL296.25º13.79%77.25%-
HSV(B)296.25º7.8%80.39%-
XYZ54.1253.6465.26-
YUV195.31133.47134.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=34.11%
G=31.61%
B=34.28%

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
Decimal2041892050.000.0800.20296.2513.7977.25
HexCCBDCD08014128e4d
Octal31427531501002445016115
Binary1100110010111101110011010100001010010010100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDCD; }

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

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

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

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

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

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

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

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