#CFB3CD

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

Shades of Thistle #CFB3CD

Tints of Thistle #CFB3CD

Color information

#CFB3CD (or 0xCFB3CD) is unknown color: approx Thistle. HEX triplet: CF, B3 and CD. RGB value is (207,179,205). Sum of RGB (Red+Green+Blue) = 207+179+205=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3CD is #304C32. Grayscale: #BEBEBE. Windows color (decimal): -3165235 or 13480911. OLE color: 13480911.

HSL color Cylindrical-coordinate representation of color #CFB3CD: hue angle of 304.29º 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 #CFB3CD is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207179205-
CMYK00.140.010.19
HSL304.29º22.58%75.69%-
HSV(B)304.29º13.53%81.18%-
XYZ52.8749.9164.61-
YUV190.34136.28139.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 179 (70.31% from 255) = 30.29%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=35.03%
G=30.29%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717920500.140.010.19304.2922.5875.69
HexCFB3CD0E113130174c
Octal31726331501612346027114
Binary11001111101100111100110101110110011100110000101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3CD; }

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

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

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

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

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

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

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

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