#CFC8D0

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

Shades of Thistle #CFC8D0

Tints of Thistle #CFC8D0

Color information

#CFC8D0 (or 0xCFC8D0) is unknown color: approx Thistle. HEX triplet: CF, C8 and D0. RGB value is (207,200,208). Sum of RGB (Red+Green+Blue) = 207+200+208=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8D0 is #30372F. Grayscale: #CACACA. Windows color (decimal): -3159856 or 13682895. OLE color: 13682895.

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

Color convert

RGB207200208-
CMYK0.000.0400.18
HSL292.5º7.84%80%-
HSV(B)292.5º3.85%81.57%-
XYZ57.7759.1368.04-
YUV203130.82130.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.66%
GREEN value IS 200 (78.52% from 255) = 32.52%
BLUE value IS 208 (81.64% from 255) = 33.82%
R=33.66%
G=32.52%
B=33.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072002080.000.0400.18292.57.8480
HexCFC8D004012125850
Octal3173103200402244510120
Binary110011111100100011010000010001001010010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC8D0; }

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

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

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

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

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

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

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

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