#CFB3CE

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

Shades of Thistle #CFB3CE

Tints of Thistle #CFB3CE

Color information

#CFB3CE (or 0xCFB3CE) is unknown color: approx Thistle. HEX triplet: CF, B3 and CE. RGB value is (207,179,206). Sum of RGB (Red+Green+Blue) = 207+179+206=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3CE is #304C31. Grayscale: #BEBEBE. Windows color (decimal): -3165234 or 13546447. OLE color: 13546447.

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

Color convert

RGB207179206-
CMYK00.140.000.19
HSL302.14º22.58%75.69%-
HSV(B)302.14º13.53%81.18%-
XYZ52.9949.9665.24-
YUV190.45136.78139.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 179 (70.31% from 255) = 30.24%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=34.97%
G=30.24%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717920600.140.000.19302.1422.5875.69
HexCFB3CE0E01312e174c
Octal31726331601602345627114
Binary11001111101100111100111001110010011100101110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3CE; }

 p { color: rgb(207,179,206); }

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

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

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

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

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

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

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