#CFB9CD

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

Shades of Thistle #CFB9CD

Tints of Thistle #CFB9CD

Color information

#CFB9CD (or 0xCFB9CD) is unknown color: approx Thistle. HEX triplet: CF, B9 and CD. RGB value is (207,185,205). Sum of RGB (Red+Green+Blue) = 207+185+205=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9CD is #304632. Grayscale: #C1C1C1. Windows color (decimal): -3163699 or 13482447. OLE color: 13482447.

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

Color convert

RGB207185205-
CMYK00.110.010.19
HSL305.45º18.64%76.86%-
HSV(B)305.45º10.63%81.18%-
XYZ54.152.3765.01-
YUV193.86134.29137.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=34.67%
G=30.99%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718520500.110.010.19305.4518.6476.86
HexCFB9CD0B113131134d
Octal31727131501312346123115
Binary11001111101110011100110101011110011100110001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9CD; }

 p { color: rgb(207,185,205); }

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

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

 a { background-color: rgb(207,185,205); }

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

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

 span { border-color: rgb(207,185,205); }

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