#CDABE1

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

Shades of Wisteria #CDABE1

Tints of Wisteria #CDABE1

Color information

#CDABE1 (or 0xCDABE1) is unknown color: approx Wisteria. HEX triplet: CD, AB and E1. RGB value is (205,171,225). Sum of RGB (Red+Green+Blue) = 205+171+225=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABE1 is #32541E. Grayscale: #BBBBBB. Windows color (decimal): -3298335 or 14789581. OLE color: 14789581.

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

Color convert

RGB205171225-
CMYK0.090.2400.12
HSL277.78º47.37%77.65%-
HSV(B)277.78º24%88.24%-
XYZ53.3347.5477.6-
YUV187.32149.26140.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=34.11%
G=28.45%
B=37.44%

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
Decimal2051712250.090.2400.12277.7847.3777.65
HexCDABE19180C1162f4e
Octal315253341113001442657116
Binary110011011010101111100001100111000011001000101101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABE1; }

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

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

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

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

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

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

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

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