#CFB4CF

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

Shades of Thistle #CFB4CF

Tints of Thistle #CFB4CF

Color information

#CFB4CF (or 0xCFB4CF) is unknown color: approx Thistle. HEX triplet: CF, B4 and CF. RGB value is (207,180,207). Sum of RGB (Red+Green+Blue) = 207+180+207=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4CF is #304B30. Grayscale: #BFBFBF. Windows color (decimal): -3164977 or 13612239. OLE color: 13612239.

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

Color convert

RGB207180207-
CMYK00.1300.19
HSL300º21.95%75.88%-
HSV(B)300º13.04%81.18%-
XYZ53.3250.4165.95-
YUV191.15136.95139.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=34.85%
G=30.30%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718020700.1300.1930021.9575.88
HexCFB4CF0D01312c164c
Octal31726431701502345426114
Binary11001111101101001100111101101010011100101100101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4CF; }

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

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

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

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

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

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

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

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