#CFC3CD

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

Shades of Thistle #CFC3CD

Tints of Thistle #CFC3CD

Color information

#CFC3CD (or 0xCFC3CD) is unknown color: approx Thistle. HEX triplet: CF, C3 and CD. RGB value is (207,195,205). Sum of RGB (Red+Green+Blue) = 207+195+205=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3CD is #303C32. Grayscale: #C7C7C7. Windows color (decimal): -3161139 or 13485007. OLE color: 13485007.

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

Color convert

RGB207195205-
CMYK00.060.010.19
HSL310º11.11%78.82%-
HSV(B)310º5.8%81.18%-
XYZ56.2756.765.74-
YUV199.73130.98133.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 195 (76.56% from 255) = 32.13%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=34.10%
G=32.13%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719520500.060.010.1931011.1178.82
HexCFC3CD06113136b4f
Octal3173033150612346613117
Binary110011111100001111001101011011001110011011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC3CD; }

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

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

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

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

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

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

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

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