#CDABE4

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

Shades of Wisteria #CDABE4

Tints of Wisteria #CDABE4

Color information

#CDABE4 (or 0xCDABE4) is unknown color: approx Wisteria. HEX triplet: CD, AB and E4. RGB value is (205,171,228). Sum of RGB (Red+Green+Blue) = 205+171+228=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABE4 is #32541B. Grayscale: #BBBBBB. Windows color (decimal): -3298332 or 14986189. OLE color: 14986189.

HSL color Cylindrical-coordinate representation of color #CDABE4: hue angle of 275.79º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDABE4 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205171228-
CMYK0.100.2500.11
HSL275.79º51.35%78.24%-
HSV(B)275.79º25%89.41%-
XYZ53.7447.7179.77-
YUV187.66150.76140.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=33.94%
G=28.31%
B=37.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051712280.100.2500.11275.7951.3578.24
HexCDABE4A190B114334e
Octal315253344123101342463116
Binary110011011010101111100100101011001010111000101001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABE4; }

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

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

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

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

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

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

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

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