Html Css Color HEX #CAABDB Wisteria

📋 copy color: '#CAABDB'

red 202 ◦ green 171 ◦ blue 219

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

Shades of Wisteria #CAABDB

Tints of Wisteria #CAABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.89%

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 34.12%
G = 28.89%
B = 36.99%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAABDB (or 0xCAABDB) is known color: Wisteria. HEX triplet: CA, AB and DB. RGB value is (202,171,219). Sum of RGB (Red+Green+Blue) = 202+171+219=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABDB is #355424. Grayscale: #B9B9B9. Windows color (decimal): -3494949 or 14396362. OLE color: 14396362.

HSL color Cylindrical-coordinate representation of color #CAABDB: hue angle of 278.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAABDB is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 171 219 -
CMYK 0.08 0.22 0 0.14
HSL 278.75º 0.4% 0.76% -
HSV(B) 278.75º 0.22% 0.86% -
XYZ 51.71 46.8 73.33 -
YUV 185.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 202 171 219 0.08 0.22 0 0.14 278.75 0.4 0.76
Hex CA AB DB 8 16 0 E 117 28 4C
Octal 312 253 333 10 26 0 16 427 50 114
Binary 11001010 10101011 11011011 1000 10110 0 1110 100010111 101000 1001100

Color Harmonies of #CAABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAABDB

Black with #CAABDB

Text Example


Text Example

White with #CAABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAABDB; }

 p { color: rgb(202,171,219); }

 H1.HeaderClassName
 {
   color: #CAABDB;
 }
 .AnyTagClassName
 {
   color: #CAABDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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