#CDABE0

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

Shades of Wisteria #CDABE0

Tints of Wisteria #CDABE0

Color information

#CDABE0 (or 0xCDABE0) is unknown color: approx Wisteria. HEX triplet: CD, AB and E0. RGB value is (205,171,224). Sum of RGB (Red+Green+Blue) = 205+171+224=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABE0 is #32541F. Grayscale: #BBBBBB. Windows color (decimal): -3298336 or 14724045. OLE color: 14724045.

HSL color Cylindrical-coordinate representation of color #CDABE0: hue angle of 278.49º 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 #CDABE0 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205171224-
CMYK0.080.2400.12
HSL278.49º46.09%77.45%-
HSV(B)278.49º23.66%87.84%-
XYZ53.1947.4976.88-
YUV187.21148.76140.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 224 (87.89% from 255) = 37.33%
R=34.17%
G=28.5%
B=37.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051712240.080.2400.12278.4946.0977.45
HexCDABE08180C1162e4d
Octal315253340103001442656115
Binary110011011010101111100000100011000011001000101101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABE0; }

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

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

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

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

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

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

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

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