#CFABDD

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

Shades of Wisteria #CFABDD

Tints of Wisteria #CFABDD

Color information

#CFABDD (or 0xCFABDD) is unknown color: approx Wisteria. HEX triplet: CF, AB and DD. RGB value is (207,171,221). Sum of RGB (Red+Green+Blue) = 207+171+221=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABDD is #305422. Grayscale: #BBBBBB. Windows color (decimal): -3167267 or 14527439. OLE color: 14527439.

HSL color Cylindrical-coordinate representation of color #CFABDD: hue angle of 283.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFABDD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207171221-
CMYK0.060.2300.13
HSL283.2º42.37%76.86%-
HSV(B)283.2º22.62%86.67%-
XYZ53.3547.6174.78-
YUV187.46146.93141.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=34.56%
G=28.55%
B=36.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071712210.060.2300.13283.242.3776.86
HexCFABDD6170D11b2a4d
Octal31725333562701543352115
Binary11001111101010111101110111010111011011000110111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABDD; }

 p { color: rgb(207,171,221); }

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

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

 a { background-color: rgb(207,171,221); }

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

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

 span { border-color: rgb(207,171,221); }

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