#CE99DD

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

Shades of Wisteria #CE99DD

Tints of Wisteria #CE99DD

Color information

#CE99DD (or 0xCE99DD) is unknown color: approx Wisteria. HEX triplet: CE, 99 and DD. RGB value is (206,153,221). Sum of RGB (Red+Green+Blue) = 206+153+221=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99DD is #316622. Grayscale: #B0B0B0. Windows color (decimal): -3237411 or 14522830. OLE color: 14522830.

HSL color Cylindrical-coordinate representation of color #CE99DD: hue angle of 286.76º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE99DD is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206153221-
CMYK0.070.3100.13
HSL286.76º50%73.33%-
HSV(B)286.76º30.77%86.67%-
XYZ49.941.1273.71-
YUV176.6153.06148.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=35.52%
G=26.38%
B=38.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061532210.070.3100.13286.765073.33
HexCE99DD71F0D11f3249
Octal31623133573701543762111
Binary11001110100110011101110111111111011011000111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99DD; }

 p { color: rgb(206,153,221); }

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

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

 a { background-color: rgb(206,153,221); }

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

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

 span { border-color: rgb(206,153,221); }

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