#CABDCA

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

Shades of Thistle #CABDCA

Tints of Thistle #CABDCA

Color information

#CABDCA (or 0xCABDCA) is unknown color: approx Thistle. HEX triplet: CA, BD and CA. RGB value is (202,189,202). Sum of RGB (Red+Green+Blue) = 202+189+202=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CABDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDCA is #354235. Grayscale: #C2C2C2. Windows color (decimal): -3490358 or 13286858. OLE color: 13286858.

HSL color Cylindrical-coordinate representation of color #CABDCA: hue angle of 300º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABDCA is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202189202-
CMYK00.0600.21
HSL300º10.92%76.67%-
HSV(B)300º6.44%79.22%-
XYZ53.2253.2263.34-
YUV194.37132.31133.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=34.06%
G=31.87%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218920200.0600.2130010.9276.67
HexCABDCA0601512cb4d
Octal3122753120602545413115
Binary110010101011110111001010011001010110010110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDCA; }

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

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

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

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

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

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

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

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