#CEC4D0

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

Shades of Thistle #CEC4D0

Tints of Thistle #CEC4D0

Color information

#CEC4D0 (or 0xCEC4D0) is unknown color: approx Thistle. HEX triplet: CE, C4 and D0. RGB value is (206,196,208). Sum of RGB (Red+Green+Blue) = 206+196+208=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4D0 is #313B2F. Grayscale: #C8C8C8. Windows color (decimal): -3226416 or 13681870. OLE color: 13681870.

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

Color convert

RGB206196208-
CMYK0.010.0600.18
HSL290º11.32%79.22%-
HSV(B)290º5.77%81.57%-
XYZ56.5857.1667.72-
YUV200.36132.31132.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 196 (76.95% from 255) = 32.13%
BLUE value IS 208 (81.64% from 255) = 34.10%
R=33.77%
G=32.13%
B=34.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061962080.010.0600.1829011.3279.22
HexCEC4D016012122b4f
Octal3163043201602244213117
Binary110011101100010011010000111001001010010001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC4D0; }

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

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

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

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

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

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

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

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