#CEBFCF

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

Shades of Thistle #CEBFCF

Tints of Thistle #CEBFCF

Color information

#CEBFCF (or 0xCEBFCF) is unknown color: approx Thistle. HEX triplet: CE, BF and CF. RGB value is (206,191,207). Sum of RGB (Red+Green+Blue) = 206+191+207=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEBFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFCF is #314030. Grayscale: #C5C5C5. Windows color (decimal): -3227697 or 13615054. OLE color: 13615054.

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

Color convert

RGB206191207-
CMYK0.000.0800.19
HSL296.25º14.29%78.04%-
HSV(B)296.25º7.73%81.18%-
XYZ55.3554.8966.71-
YUV197.31133.47134.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=34.11%
G=31.62%
B=34.27%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061912070.000.0800.19296.2514.2978.04
HexCEBFCF08013128e4e
Octal31627731701002345016116
Binary1100111010111111110011110100001001110010100011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFCF; }

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

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

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

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

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

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

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

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