#CFB6CD

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

Shades of Thistle #CFB6CD

Tints of Thistle #CFB6CD

Color information

#CFB6CD (or 0xCFB6CD) is unknown color: approx Thistle. HEX triplet: CF, B6 and CD. RGB value is (207,182,205). Sum of RGB (Red+Green+Blue) = 207+182+205=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6CD is #304932. Grayscale: #C0C0C0. Windows color (decimal): -3164467 or 13481679. OLE color: 13481679.

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

Color convert

RGB207182205-
CMYK00.120.010.19
HSL304.8º20.66%76.27%-
HSV(B)304.8º12.08%81.18%-
XYZ53.4851.1364.81-
YUV192.1135.28138.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 182 (71.48% from 255) = 30.64%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=34.85%
G=30.64%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718220500.120.010.19304.820.6676.27
HexCFB6CD0C113131154c
Octal31726631501412346125114
Binary11001111101101101100110101100110011100110001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB6CD; }

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

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

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

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

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

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

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

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