#CFC9D0

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

Shades of Thistle #CFC9D0

Tints of Thistle #CFC9D0

Color information

#CFC9D0 (or 0xCFC9D0) is unknown color: approx Thistle. HEX triplet: CF, C9 and D0. RGB value is (207,201,208). Sum of RGB (Red+Green+Blue) = 207+201+208=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9D0 is #30362F. Grayscale: #CBCBCB. Windows color (decimal): -3159600 or 13683151. OLE color: 13683151.

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

Color convert

RGB207201208-
CMYK0.000.0300.18
HSL291.43º6.93%80.2%-
HSV(B)291.43º3.37%81.57%-
XYZ5859.5968.12-
YUV203.59130.49130.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 201 (78.91% from 255) = 32.63%
BLUE value IS 208 (81.64% from 255) = 33.77%
R=33.60%
G=32.63%
B=33.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072012080.000.0300.18291.436.9380.2
HexCFC9D003012123750
Octal317311320030224437120
Binary1100111111001001110100000110100101001000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC9D0; }

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

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

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

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

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

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

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

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