#CEBFCC

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

Shades of Thistle #CEBFCC

Tints of Thistle #CEBFCC

Color information

#CEBFCC (or 0xCEBFCC) is unknown color: approx Thistle. HEX triplet: CE, BF and CC. RGB value is (206,191,204). Sum of RGB (Red+Green+Blue) = 206+191+204=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFCC is #314033. Grayscale: #C4C4C4. Windows color (decimal): -3227700 or 13418446. OLE color: 13418446.

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

Color convert

RGB206191204-
CMYK00.070.010.19
HSL308º13.27%77.84%-
HSV(B)308º7.28%80.78%-
XYZ54.9854.7464.8-
YUV196.97131.97134.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=34.28%
G=31.78%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619120400.070.010.1930813.2777.84
HexCEBFCC07113134d4e
Octal3162773140712346415116
Binary110011101011111111001100011111001110011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFCC; }

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

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

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

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

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

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

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

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