#CE99DB

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

Shades of Wisteria #CE99DB

Tints of Wisteria #CE99DB

Color information

#CE99DB (or 0xCE99DB) is unknown color: approx Wisteria. HEX triplet: CE, 99 and DB. RGB value is (206,153,219). Sum of RGB (Red+Green+Blue) = 206+153+219=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99DB is #316624. Grayscale: #B0B0B0. Windows color (decimal): -3237413 or 14391758. OLE color: 14391758.

HSL color Cylindrical-coordinate representation of color #CE99DB: hue angle of 288.18º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE99DB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206153219-
CMYK0.060.3000.14
HSL288.18º47.83%72.94%-
HSV(B)288.18º30.14%85.88%-
XYZ49.6341.0272.32-
YUV176.37152.06149.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 153 (60.16% from 255) = 26.47%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=35.64%
G=26.47%
B=37.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061532190.060.3000.14288.1847.8372.94
HexCE99DB61E0E1203049
Octal31623133363601644060111
Binary11001110100110011101101111011110011101001000001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99DB; }

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

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

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

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

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

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

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

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