#CDBBCC

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

Shades of Thistle #CDBBCC

Tints of Thistle #CDBBCC

Color information

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

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

Color convert

RGB205187204-
CMYK00.090.000.20
HSL303.33º15.25%76.86%-
HSV(B)303.33º8.78%80.39%-
XYZ53.8552.8864.5-
YUV194.32133.46135.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518720400.090.000.20303.3315.2576.86
HexCDBBCC0901412ff4d
Octal31527331401102445717115
Binary1100110110111011110011000100101010010010111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBCC; }

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

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

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

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

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

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

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

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