Html Css Color HEX #CABDCA Thistle

📋 copy color: '#CABDCA'

red 202 ◦ green 189 ◦ blue 202

#CABDCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #CABDCA

Tints of Thistle #CABDCA

RGB

 RED value IS 202 (79.3% from 255) = 34.06%

 GREEN value IS 189 (74.22% from 255) = 31.87%

 BLUE value IS 202 (79.3% from 255) = 34.06%

R = 34.06%
G = 31.87%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CABDCA (or 0xCABDCA) is known color: 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

RGB 202 189 202 -
CMYK 0 0.06 0 0.21
HSL 300º 0.11% 0.77% -
HSV(B) 300º 0.06% 0.79% -
XYZ 53.22 53.22 63.34 -
YUV 194.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 202 189 202 0 0.06 0 0.21 300 0.11 0.77
Hex CA BD CA 0 6 0 15 12C B 4D
Octal 312 275 312 0 6 0 25 454 13 115
Binary 11001010 10111101 11001010 0 110 0 10101 100101100 1011 1001101

Color Harmonies of #CABDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDCA

Black with #CABDCA

Text Example


Text Example

White with #CABDCA

Text Example


Text Example

HTML Codes & Css Web 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>