#CEADE4

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

Shades of Wisteria #CEADE4

Tints of Wisteria #CEADE4

Color information

#CEADE4 (or 0xCEADE4) is unknown color: approx Wisteria. HEX triplet: CE, AD and E4. RGB value is (206,173,228). Sum of RGB (Red+Green+Blue) = 206+173+228=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEADE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADE4 is #31521B. Grayscale: #BCBCBC. Windows color (decimal): -3232284 or 14986702. OLE color: 14986702.

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

Color convert

RGB206173228-
CMYK0.100.2400.11
HSL276º50.46%78.63%-
HSV(B)276º24.12%89.41%-
XYZ54.448.6179.91-
YUV189.14149.93140.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=33.94%
G=28.50%
B=37.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061732280.100.2400.1127650.4678.63
HexCEADE4A180B114324f
Octal316255344123001342462117
Binary110011101010110111100100101011000010111000101001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADE4; }

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

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

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

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

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

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

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

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