#CEBFCD

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

Shades of Thistle #CEBFCD

Tints of Thistle #CEBFCD

Color information

#CEBFCD (or 0xCEBFCD) is unknown color: approx Thistle. HEX triplet: CE, BF and CD. RGB value is (206,191,205). Sum of RGB (Red+Green+Blue) = 206+191+205=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFCD is #314032. Grayscale: #C5C5C5. Windows color (decimal): -3227699 or 13483982. OLE color: 13483982.

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

Color convert

RGB206191205-
CMYK00.070.000.19
HSL304º13.27%77.84%-
HSV(B)304º7.28%80.78%-
XYZ55.154.7965.43-
YUV197.08132.47134.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=34.22%
G=31.73%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619120500.070.000.1930413.2777.84
HexCEBFCD07013130d4e
Octal3162773150702346015116
Binary110011101011111111001101011101001110011000011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFCD; }

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

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

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

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

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

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

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

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