#CBBDCA

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

Shades of Thistle #CBBDCA

Tints of Thistle #CBBDCA

Color information

#CBBDCA (or 0xCBBDCA) is unknown color: approx Thistle. HEX triplet: CB, BD and CA. RGB value is (203,189,202). Sum of RGB (Red+Green+Blue) = 203+189+202=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDCA is #344235. Grayscale: #C2C2C2. Windows color (decimal): -3424822 or 13286859. OLE color: 13286859.

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

Color convert

RGB203189202-
CMYK00.070.000.20
HSL304.29º11.86%76.86%-
HSV(B)304.29º6.9%79.61%-
XYZ53.4953.3663.36-
YUV194.67132.14133.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=34.18%
G=31.82%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318920200.070.000.20304.2911.8676.86
HexCBBDCA07014130c4d
Octal3132753120702446014115
Binary110010111011110111001010011101010010011000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDCA; }

 p { color: rgb(203,189,202); }

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

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

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

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

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

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

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