#CEB5CC

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

Shades of Thistle #CEB5CC

Tints of Thistle #CEB5CC

Color information

#CEB5CC (or 0xCEB5CC) is unknown color: approx Thistle. HEX triplet: CE, B5 and CC. RGB value is (206,181,204). Sum of RGB (Red+Green+Blue) = 206+181+204=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5CC is #314A33. Grayscale: #BFBFBF. Windows color (decimal): -3230260 or 13415886. OLE color: 13415886.

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

Color convert

RGB206181204-
CMYK00.120.010.19
HSL304.8º20.33%75.88%-
HSV(B)304.8º12.14%80.78%-
XYZ52.8850.5364.09-
YUV191.1135.28138.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=34.86%
G=30.63%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618120400.120.010.19304.820.3375.88
HexCEB5CC0C113131144c
Octal31626531401412346124114
Binary11001110101101011100110001100110011100110001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5CC; }

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

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

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

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

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

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

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

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