#CDADE1

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

Shades of Wisteria #CDADE1

Tints of Wisteria #CDADE1

Color information

#CDADE1 (or 0xCDADE1) is unknown color: approx Wisteria. HEX triplet: CD, AD and E1. RGB value is (205,173,225). Sum of RGB (Red+Green+Blue) = 205+173+225=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADE1 is #32521E. Grayscale: #BCBCBC. Windows color (decimal): -3297823 or 14790093. OLE color: 14790093.

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

Color convert

RGB205173225-
CMYK0.090.2300.12
HSL276.92º46.43%78.04%-
HSV(B)276.92º23.11%88.24%-
XYZ53.7148.377.73-
YUV188.5148.6139.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=34.00%
G=28.69%
B=37.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051732250.090.2300.12276.9246.4378.04
HexCDADE19170C1152e4e
Octal315255341112701442556116
Binary110011011010110111100001100110111011001000101011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADE1; }

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

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

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

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

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

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

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

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