#CEADE2

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

Shades of Wisteria #CEADE2

Tints of Wisteria #CEADE2

Color information

#CEADE2 (or 0xCEADE2) is unknown color: approx Wisteria. HEX triplet: CE, AD and E2. RGB value is (206,173,226). Sum of RGB (Red+Green+Blue) = 206+173+226=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADE2 is #31521D. Grayscale: #BCBCBC. Windows color (decimal): -3232286 or 14855630. OLE color: 14855630.

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

Color convert

RGB206173226-
CMYK0.090.2300.11
HSL277.36º47.75%78.24%-
HSV(B)277.36º23.45%88.63%-
XYZ54.1248.578.46-
YUV188.91148.93140.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=34.05%
G=28.60%
B=37.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061732260.090.2300.11277.3647.7578.24
HexCEADE29170B115304e
Octal316255342112701342560116
Binary110011101010110111100010100110111010111000101011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADE2; }

 p { color: rgb(206,173,226); }

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

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

 a { background-color: rgb(206,173,226); }

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

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

 span { border-color: rgb(206,173,226); }

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