#CFB8D0

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

Shades of Thistle #CFB8D0

Tints of Thistle #CFB8D0

Color information

#CFB8D0 (or 0xCFB8D0) is unknown color: approx Thistle. HEX triplet: CF, B8 and D0. RGB value is (207,184,208). Sum of RGB (Red+Green+Blue) = 207+184+208=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8D0 is #30472F. Grayscale: #C1C1C1. Windows color (decimal): -3163952 or 13678799. OLE color: 13678799.

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

Color convert

RGB207184208-
CMYK0.000.1200.18
HSL297.5º20.34%76.86%-
HSV(B)297.5º11.54%81.57%-
XYZ54.2652.166.87-
YUV193.61136.12137.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 184 (72.27% from 255) = 30.72%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=34.56%
G=30.72%
B=34.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071842080.000.1200.18297.520.3476.86
HexCFB8D00C01212a144d
Octal31727032001402245224115
Binary11001111101110001101000001100010010100101010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8D0; }

 p { color: rgb(207,184,208); }

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

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

 a { background-color: rgb(207,184,208); }

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

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

 span { border-color: rgb(207,184,208); }

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