#CCBBCD

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

Shades of Thistle #CCBBCD

Tints of Thistle #CCBBCD

Color information

#CCBBCD (or 0xCCBBCD) is unknown color: approx Thistle. HEX triplet: CC, BB and CD. RGB value is (204,187,205). Sum of RGB (Red+Green+Blue) = 204+187+205=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCBBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBCD is #334432. Grayscale: #C2C2C2. Windows color (decimal): -3359795 or 13482956. OLE color: 13482956.

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

Color convert

RGB204187205-
CMYK0.000.0900.20
HSL296.67º15.25%76.86%-
HSV(B)296.67º8.78%80.39%-
XYZ53.6952.7965.12-
YUV194.14134.13135.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=34.23%
G=31.38%
B=34.40%

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
Decimal2041872050.000.0900.20296.6715.2576.86
HexCCBBCD09014129f4d
Octal31427331501102445117115
Binary1100110010111011110011010100101010010010100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBCD; }

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

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

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

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

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

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

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

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