#CFB9CC

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

Shades of Thistle #CFB9CC

Tints of Thistle #CFB9CC

Color information

#CFB9CC (or 0xCFB9CC) is unknown color: approx Thistle. HEX triplet: CF, B9 and CC. RGB value is (207,185,204). Sum of RGB (Red+Green+Blue) = 207+185+204=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9CC is #304633. Grayscale: #C1C1C1. Windows color (decimal): -3163700 or 13416911. OLE color: 13416911.

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

Color convert

RGB207185204-
CMYK00.110.010.19
HSL308.18º18.64%76.86%-
HSV(B)308.18º10.63%81.18%-
XYZ53.9852.3264.38-
YUV193.74133.79137.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 185 (72.66% from 255) = 31.04%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=34.73%
G=31.04%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718520400.110.010.19308.1818.6476.86
HexCFB9CC0B113134134d
Octal31727131401312346423115
Binary11001111101110011100110001011110011100110100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9CC; }

 p { color: rgb(207,185,204); }

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

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

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

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

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

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

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