#CFB9D0

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

Shades of Thistle #CFB9D0

Tints of Thistle #CFB9D0

Color information

#CFB9D0 (or 0xCFB9D0) is unknown color: approx Thistle. HEX triplet: CF, B9 and D0. RGB value is (207,185,208). Sum of RGB (Red+Green+Blue) = 207+185+208=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9D0 is #30462F. Grayscale: #C2C2C2. Windows color (decimal): -3163696 or 13679055. OLE color: 13679055.

HSL color Cylindrical-coordinate representation of color #CFB9D0: hue angle of 297.39º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB9D0 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207185208-
CMYK0.000.1100.18
HSL297.39º19.66%77.06%-
HSV(B)297.39º11.06%81.57%-
XYZ54.4752.5266.94-
YUV194.2135.79137.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 185 (72.66% from 255) = 30.83%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=34.5%
G=30.83%
B=34.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071852080.000.1100.18297.3919.6677.06
HexCFB9D00B012129144d
Octal31727132001302245124115
Binary11001111101110011101000001011010010100101001101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9D0; }

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

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

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

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

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

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

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

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