#CFB5D1

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

Shades of Thistle #CFB5D1

Tints of Thistle #CFB5D1

Color information

#CFB5D1 (or 0xCFB5D1) is unknown color: approx Thistle. HEX triplet: CF, B5 and D1. RGB value is (207,181,209). Sum of RGB (Red+Green+Blue) = 207+181+209=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFB5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5D1 is #304A2E. Grayscale: #BFBFBF. Windows color (decimal): -3164719 or 13743567. OLE color: 13743567.

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

Color convert

RGB207181209-
CMYK0.010.1300.18
HSL295.71º23.33%76.47%-
HSV(B)295.71º13.4%81.96%-
XYZ53.7650.9267.32-
YUV191.97137.61138.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 181 (71.09% from 255) = 30.32%
BLUE value IS 209 (82.03% from 255) = 35.01%
R=34.67%
G=30.32%
B=35.01%

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
Decimal2071812090.010.1300.18295.7123.3376.47
HexCFB5D11D012128174c
Octal31726532111502245027114
Binary11001111101101011101000111101010010100101000101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5D1; }

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

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

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

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

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

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

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

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