Html Css Color HEX #CCA9DB Wisteria

📋 copy color: '#CCA9DB'

red 204 ◦ green 169 ◦ blue 219

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

Shades of Wisteria #CCA9DB

Tints of Wisteria #CCA9DB

RGB

 RED value IS 204 (80.08% from 255) = 34.46%

 GREEN value IS 169 (66.41% from 255) = 28.55%

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

R = 34.46%
G = 28.55%
B = 36.99%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCA9DB (or 0xCCA9DB) is known color: Wisteria. HEX triplet: CC, A9 and DB. RGB value is (204,169,219). Sum of RGB (Red+Green+Blue) = 204+169+219=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 169 (66.41% from 255 or 28.55% 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 #CCA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9DB is #335624. Grayscale: #B9B9B9. Windows color (decimal): -3364389 or 14395852. OLE color: 14395852.

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

Color convert

RGB 204 169 219 -
CMYK 0.07 0.23 0 0.14
HSL 282º 0.41% 0.76% -
HSV(B) 282º 0.23% 0.86% -
XYZ 51.88 46.33 73.23 -
YUV 185.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 204 169 219 0.07 0.23 0 0.14 282 0.41 0.76
Hex CC A9 DB 7 17 0 E 11A 29 4C
Octal 314 251 333 7 27 0 16 432 51 114
Binary 11001100 10101001 11011011 111 10111 0 1110 100011010 101001 1001100

Color Harmonies of #CCA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA9DB

Black with #CCA9DB

Text Example


Text Example

White with #CCA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA9DB; }

 p { color: rgb(204,169,219); }

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

background-color css

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

 a { background-color: rgb(204,169,219); }

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

border-color css

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

 span { border-color: rgb(204,169,219); }

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