#CFB6D0

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

Shades of Thistle #CFB6D0

Tints of Thistle #CFB6D0

Color information

#CFB6D0 (or 0xCFB6D0) is unknown color: approx Thistle. HEX triplet: CF, B6 and D0. RGB value is (207,182,208). Sum of RGB (Red+Green+Blue) = 207+182+208=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6D0 is #30492F. Grayscale: #C0C0C0. Windows color (decimal): -3164464 or 13678287. OLE color: 13678287.

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

Color convert

RGB207182208-
CMYK0.000.1200.18
HSL297.69º21.67%76.47%-
HSV(B)297.69º12.5%81.57%-
XYZ53.8551.2866.73-
YUV192.44136.78138.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=34.67%
G=30.49%
B=34.84%

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
Decimal2071822080.000.1200.18297.6921.6776.47
HexCFB6D00C01212a164c
Octal31726632001402245226114
Binary11001111101101101101000001100010010100101010101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB6D0; }

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

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

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

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

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

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

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

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