#CFB2CF

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

Shades of Thistle #CFB2CF

Tints of Thistle #CFB2CF

Color information

#CFB2CF (or 0xCFB2CF) is unknown color: approx Thistle. HEX triplet: CF, B2 and CF. RGB value is (207,178,207). Sum of RGB (Red+Green+Blue) = 207+178+207=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2CF is #304D30. Grayscale: #BDBDBD. Windows color (decimal): -3165489 or 13611727. OLE color: 13611727.

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

Color convert

RGB207178207-
CMYK00.1400.19
HSL300º23.2%75.49%-
HSV(B)300º14.01%81.18%-
XYZ52.9249.6165.82-
YUV189.98137.61140.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 178 (69.92% from 255) = 30.07%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=34.97%
G=30.07%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717820700.1400.1930023.275.49
HexCFB2CF0E01312c174b
Octal31726231701602345427113
Binary11001111101100101100111101110010011100101100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB2CF; }

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

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

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

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

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

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

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

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