#CCABDF

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

Shades of Wisteria #CCABDF

Tints of Wisteria #CCABDF

Color information

#CCABDF (or 0xCCABDF) is unknown color: approx Wisteria. HEX triplet: CC, AB and DF. RGB value is (204,171,223). Sum of RGB (Red+Green+Blue) = 204+171+223=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABDF is #335420. Grayscale: #BABABA. Windows color (decimal): -3363873 or 14658508. OLE color: 14658508.

HSL color Cylindrical-coordinate representation of color #CCABDF: hue angle of 278.08º degrees, saturation: 0.45, 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 #CCABDF is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204171223-
CMYK0.090.2300.13
HSL278.08º44.83%77.25%-
HSV(B)278.08º23.32%87.45%-
XYZ52.7847.2976.16-
YUV186.8148.43140.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 223 (87.5% from 255) = 37.29%
R=34.11%
G=28.60%
B=37.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041712230.090.2300.13278.0844.8377.25
HexCCABDF9170D1162d4d
Octal314253337112701542655115
Binary110011001010101111011111100110111011011000101101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABDF; }

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

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

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

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

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

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

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

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