#CFB4D0

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

Shades of Thistle #CFB4D0

Tints of Thistle #CFB4D0

Color information

#CFB4D0 (or 0xCFB4D0) is unknown color: approx Thistle. HEX triplet: CF, B4 and D0. RGB value is (207,180,208). Sum of RGB (Red+Green+Blue) = 207+180+208=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4D0 is #304B2F. Grayscale: #BFBFBF. Windows color (decimal): -3164976 or 13677775. OLE color: 13677775.

HSL color Cylindrical-coordinate representation of color #CFB4D0: hue angle of 297.86º 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 #CFB4D0 is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207180208-
CMYK0.000.1300.18
HSL297.86º22.95%76.08%-
HSV(B)297.86º13.46%81.57%-
XYZ53.4450.4666.6-
YUV191.26137.45139.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=34.79%
G=30.25%
B=34.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071802080.000.1300.18297.8622.9576.08
HexCFB4D00D01212a174c
Octal31726432001502245227114
Binary11001111101101001101000001101010010100101010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4D0; }

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

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

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

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

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

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

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

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