#CBB9CD

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

Shades of Thistle #CBB9CD

Tints of Thistle #CBB9CD

Color information

#CBB9CD (or 0xCBB9CD) is unknown color: approx Thistle. HEX triplet: CB, B9 and CD. RGB value is (203,185,205). Sum of RGB (Red+Green+Blue) = 203+185+205=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBB9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9CD is #344632. Grayscale: #C0C0C0. Windows color (decimal): -3425843 or 13482443. OLE color: 13482443.

HSL color Cylindrical-coordinate representation of color #CBB9CD: hue angle of 294º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB9CD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203185205-
CMYK0.010.1000.20
HSL294º16.67%76.47%-
HSV(B)294º9.76%80.39%-
XYZ5351.864.96-
YUV192.66134.96135.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 185 (72.66% from 255) = 31.20%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=34.23%
G=31.20%
B=34.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031852050.010.1000.2029416.6776.47
HexCBB9CD1A014126114c
Octal31327131511202444621114
Binary11001011101110011100110111010010100100100110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9CD; }

 p { color: rgb(203,185,205); }

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

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

 a { background-color: rgb(203,185,205); }

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

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

 span { border-color: rgb(203,185,205); }

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