#CABDCB

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

Shades of Thistle #CABDCB

Tints of Thistle #CABDCB

Color information

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

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

Color convert

RGB202189203-
CMYK0.000.0700.20
HSL295.71º11.86%76.86%-
HSV(B)295.71º6.9%79.61%-
XYZ53.3353.2663.97-
YUV194.48132.81133.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021892030.000.0700.20295.7111.8676.86
HexCABDCB07014128c4d
Octal3122753130702445014115
Binary110010101011110111001011011101010010010100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDCB; }

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

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

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

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

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

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

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

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