#CFB7D0

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

Shades of Thistle #CFB7D0

Tints of Thistle #CFB7D0

Color information

#CFB7D0 (or 0xCFB7D0) is unknown color: approx Thistle. HEX triplet: CF, B7 and D0. RGB value is (207,183,208). Sum of RGB (Red+Green+Blue) = 207+183+208=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7D0 is #30482F. Grayscale: #C0C0C0. Windows color (decimal): -3164208 or 13678543. OLE color: 13678543.

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

Color convert

RGB207183208-
CMYK0.000.1200.18
HSL297.6º21.01%76.67%-
HSV(B)297.6º12.02%81.57%-
XYZ54.0551.6966.8-
YUV193.03136.45137.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 183 (71.88% from 255) = 30.60%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=34.62%
G=30.60%
B=34.78%

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
Decimal2071832080.000.1200.18297.621.0176.67
HexCFB7D00C01212a154d
Octal31726732001402245225115
Binary11001111101101111101000001100010010100101010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB7D0; }

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

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

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

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

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

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

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

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