#CFC4D0

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

Shades of Thistle #CFC4D0

Tints of Thistle #CFC4D0

Color information

#CFC4D0 (or 0xCFC4D0) is unknown color: approx Thistle. HEX triplet: CF, C4 and D0. RGB value is (207,196,208). Sum of RGB (Red+Green+Blue) = 207+196+208=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4D0 is #303B2F. Grayscale: #C8C8C8. Windows color (decimal): -3160880 or 13681871. OLE color: 13681871.

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

Color convert

RGB207196208-
CMYK0.000.0600.18
HSL295º11.32%79.22%-
HSV(B)295º5.77%81.57%-
XYZ56.8657.367.74-
YUV200.66132.14132.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 196 (76.95% from 255) = 32.08%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=33.88%
G=32.08%
B=34.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071962080.000.0600.1829511.3279.22
HexCFC4D006012127b4f
Octal3173043200602244713117
Binary110011111100010011010000011001001010010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC4D0; }

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

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

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

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

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

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

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

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