#CFABDC

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

Shades of Wisteria #CFABDC

Tints of Wisteria #CFABDC

Color information

#CFABDC (or 0xCFABDC) is unknown color: approx Wisteria. HEX triplet: CF, AB and DC. RGB value is (207,171,220). Sum of RGB (Red+Green+Blue) = 207+171+220=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABDC is #305423. Grayscale: #BBBBBB. Windows color (decimal): -3167268 or 14461903. OLE color: 14461903.

HSL color Cylindrical-coordinate representation of color #CFABDC: hue angle of 284.08º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFABDC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207171220-
CMYK0.060.2200.14
HSL284.08º41.18%76.67%-
HSV(B)284.08º22.27%86.27%-
XYZ53.2147.5674.09-
YUV187.35146.43142.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=34.62%
G=28.60%
B=36.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071712200.060.2200.14284.0841.1876.67
HexCFABDC6160E11c294d
Octal31725333462601643451115
Binary11001111101010111101110011010110011101000111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABDC; }

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

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

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

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

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

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

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

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