#CCABDD

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

Shades of Wisteria #CCABDD

Tints of Wisteria #CCABDD

Color information

#CCABDD (or 0xCCABDD) is unknown color: approx Wisteria. HEX triplet: CC, AB and DD. RGB value is (204,171,221). Sum of RGB (Red+Green+Blue) = 204+171+221=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABDD is #335422. Grayscale: #BABABA. Windows color (decimal): -3363875 or 14527436. OLE color: 14527436.

HSL color Cylindrical-coordinate representation of color #CCABDD: hue angle of 279.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCABDD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204171221-
CMYK0.080.2300.13
HSL279.6º42.37%76.86%-
HSV(B)279.6º22.62%86.67%-
XYZ52.5247.1874.75-
YUV186.57147.43140.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=34.23%
G=28.69%
B=37.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041712210.080.2300.13279.642.3776.86
HexCCABDD8170D1182a4d
Octal314253335102701543052115
Binary110011001010101111011101100010111011011000110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABDD; }

 p { color: rgb(204,171,221); }

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

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

 a { background-color: rgb(204,171,221); }

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

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

 span { border-color: rgb(204,171,221); }

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