#CCABE0

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

Shades of Wisteria #CCABE0

Tints of Wisteria #CCABE0

Color information

#CCABE0 (or 0xCCABE0) is unknown color: approx Wisteria. HEX triplet: CC, AB and E0. RGB value is (204,171,224). Sum of RGB (Red+Green+Blue) = 204+171+224=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABE0 is #33541F. Grayscale: #BABABA. Windows color (decimal): -3363872 or 14724044. OLE color: 14724044.

HSL color Cylindrical-coordinate representation of color #CCABE0: hue angle of 277.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCABE0 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204171224-
CMYK0.090.2400.12
HSL277.36º46.09%77.45%-
HSV(B)277.36º23.66%87.84%-
XYZ52.9247.3576.87-
YUV186.91148.93140.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=34.06%
G=28.55%
B=37.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041712240.090.2400.12277.3646.0977.45
HexCCABE09180C1152e4d
Octal314253340113001442556115
Binary110011001010101111100000100111000011001000101011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABE0; }

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

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

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

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

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

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

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

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