#CFBAD1

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

Shades of Thistle #CFBAD1

Tints of Thistle #CFBAD1

Color information

#CFBAD1 (or 0xCFBAD1) is unknown color: approx Thistle. HEX triplet: CF, BA and D1. RGB value is (207,186,209). Sum of RGB (Red+Green+Blue) = 207+186+209=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD1 is #30452E. Grayscale: #C2C2C2. Windows color (decimal): -3163439 or 13744847. OLE color: 13744847.

HSL color Cylindrical-coordinate representation of color #CFBAD1: hue angle of 294.78º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFBAD1 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207186209-
CMYK0.010.1100.18
HSL294.78º20%77.45%-
HSV(B)294.78º11%81.96%-
XYZ54.852.9967.66-
YUV194.9135.96136.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=34.39%
G=30.90%
B=34.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071862090.010.1100.18294.782077.45
HexCFBAD11B012127144d
Octal31727232111302244724115
Binary11001111101110101101000111011010010100100111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBAD1; }

 p { color: rgb(207,186,209); }

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

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

 a { background-color: rgb(207,186,209); }

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

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

 span { border-color: rgb(207,186,209); }

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