#CFB6D1

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

Shades of Thistle #CFB6D1

Tints of Thistle #CFB6D1

Color information

#CFB6D1 (or 0xCFB6D1) is unknown color: approx Thistle. HEX triplet: CF, B6 and D1. RGB value is (207,182,209). Sum of RGB (Red+Green+Blue) = 207+182+209=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6D1 is #30492E. Grayscale: #C0C0C0. Windows color (decimal): -3164463 or 13743823. OLE color: 13743823.

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

Color convert

RGB207182209-
CMYK0.010.1300.18
HSL295.56º22.69%76.67%-
HSV(B)295.56º12.92%81.96%-
XYZ53.9751.3267.38-
YUV192.55137.28138.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 182 (71.48% from 255) = 30.43%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=34.62%
G=30.43%
B=34.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071822090.010.1300.18295.5622.6976.67
HexCFB6D11D012128174d
Octal31726632111502245027115
Binary11001111101101101101000111101010010100101000101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB6D1; }

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

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

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

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

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

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

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

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