#CEB3D0

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

Shades of Thistle #CEB3D0

Tints of Thistle #CEB3D0

Color information

#CEB3D0 (or 0xCEB3D0) is unknown color: approx Thistle. HEX triplet: CE, B3 and D0. RGB value is (206,179,208). Sum of RGB (Red+Green+Blue) = 206+179+208=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEB3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3D0 is #314C2F. Grayscale: #BEBEBE. Windows color (decimal): -3230768 or 13677518. OLE color: 13677518.

HSL color Cylindrical-coordinate representation of color #CEB3D0: hue angle of 295.86º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB3D0 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206179208-
CMYK0.010.1400.18
HSL295.86º23.58%75.88%-
HSV(B)295.86º13.94%81.57%-
XYZ52.9649.9266.52-
YUV190.38137.95139.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 179 (70.31% from 255) = 30.19%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=34.74%
G=30.19%
B=35.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061792080.010.1400.18295.8623.5875.88
HexCEB3D01E012128184c
Octal31626332011602245030114
Binary11001110101100111101000011110010010100101000110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3D0; }

 p { color: rgb(206,179,208); }

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

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

 a { background-color: rgb(206,179,208); }

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

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

 span { border-color: rgb(206,179,208); }

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