#CF99DB

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

Shades of Wisteria #CF99DB

Tints of Wisteria #CF99DB

Color information

#CF99DB (or 0xCF99DB) is unknown color: approx Wisteria. HEX triplet: CF, 99 and DB. RGB value is (207,153,219). Sum of RGB (Red+Green+Blue) = 207+153+219=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99DB is #306624. Grayscale: #B0B0B0. Windows color (decimal): -3171877 or 14391759. OLE color: 14391759.

HSL color Cylindrical-coordinate representation of color #CF99DB: hue angle of 289.09º 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 #CF99DB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207153219-
CMYK0.050.3000.14
HSL289.09º47.83%72.94%-
HSV(B)289.09º30.14%85.88%-
XYZ49.9141.1672.33-
YUV176.67151.89149.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=35.75%
G=26.42%
B=37.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071532190.050.3000.14289.0947.8372.94
HexCF99DB51E0E1213049
Octal31723133353601644160111
Binary11001111100110011101101110111110011101001000011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF99DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF99DB; }

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

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

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

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

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

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

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

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