#CFBFD0

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

Shades of Thistle #CFBFD0

Tints of Thistle #CFBFD0

Color information

#CFBFD0 (or 0xCFBFD0) is unknown color: approx Thistle. HEX triplet: CF, BF and D0. RGB value is (207,191,208). Sum of RGB (Red+Green+Blue) = 207+191+208=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFD0 is #30402F. Grayscale: #C5C5C5. Windows color (decimal): -3162160 or 13680591. OLE color: 13680591.

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

Color convert

RGB207191208-
CMYK0.000.0800.18
HSL296.47º15.32%78.24%-
HSV(B)296.47º8.17%81.57%-
XYZ55.7555.0867.37-
YUV197.72133.8134.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 208 (81.64% from 255) = 34.32%
R=34.16%
G=31.52%
B=34.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071912080.000.0800.18296.4715.3278.24
HexCFBFD008012128f4e
Octal31727732001002245017116
Binary1100111110111111110100000100001001010010100011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFD0; }

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

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

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

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

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

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

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

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