#CEBECF

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

Shades of Thistle #CEBECF

Tints of Thistle #CEBECF

Color information

#CEBECF (or 0xCEBECF) is unknown color: approx Thistle. HEX triplet: CE, BE and CF. RGB value is (206,190,207). Sum of RGB (Red+Green+Blue) = 206+190+207=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBECF is #314130. Grayscale: #C4C4C4. Windows color (decimal): -3227953 or 13614798. OLE color: 13614798.

HSL color Cylindrical-coordinate representation of color #CEBECF: hue angle of 296.47º degrees, saturation: 0.15, 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 #CEBECF is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB206190207-
CMYK0.000.0800.19
HSL296.47º15.04%77.84%-
HSV(B)296.47º8.21%81.18%-
XYZ55.1354.4566.64-
YUV196.72133.8134.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 207 (81.25% from 255) = 34.33%
R=34.16%
G=31.51%
B=34.33%

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
Decimal2061902070.000.0800.19296.4715.0477.84
HexCEBECF08013128f4e
Octal31627631701002345017116
Binary1100111010111110110011110100001001110010100011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBECF; }

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

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

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

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

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

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

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

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