#CFC3D0

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

Shades of Thistle #CFC3D0

Tints of Thistle #CFC3D0

Color information

#CFC3D0 (or 0xCFC3D0) is unknown color: approx Thistle. HEX triplet: CF, C3 and D0. RGB value is (207,195,208). Sum of RGB (Red+Green+Blue) = 207+195+208=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFC3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3D0 is #303C2F. Grayscale: #C8C8C8. Windows color (decimal): -3161136 or 13681615. OLE color: 13681615.

HSL color Cylindrical-coordinate representation of color #CFC3D0: hue angle of 295.38º degrees, saturation: 0.12, 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 #CFC3D0 is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207195208-
CMYK0.000.0600.18
HSL295.38º12.15%79.02%-
HSV(B)295.38º6.25%81.57%-
XYZ56.6356.8567.66-
YUV200.07132.48132.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 195 (76.56% from 255) = 31.97%
BLUE value IS 208 (81.64% from 255) = 34.10%
R=33.93%
G=31.97%
B=34.10%

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
Decimal2071952080.000.0600.18295.3812.1579.02
HexCFC3D006012127c4f
Octal3173033200602244714117
Binary110011111100001111010000011001001010010011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC3D0; }

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

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

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

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

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

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

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

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