#CEC3CF

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

Shades of Thistle #CEC3CF

Tints of Thistle #CEC3CF

Color information

#CEC3CF (or 0xCEC3CF) is unknown color: approx Thistle. HEX triplet: CE, C3 and CF. RGB value is (206,195,207). Sum of RGB (Red+Green+Blue) = 206+195+207=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3CF is #313C30. Grayscale: #C7C7C7. Windows color (decimal): -3226673 or 13616078. OLE color: 13616078.

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

Color convert

RGB206195207-
CMYK0.000.0600.19
HSL295º11.11%78.82%-
HSV(B)295º5.8%81.18%-
XYZ56.2356.6667-
YUV199.66132.14132.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 195 (76.56% from 255) = 32.07%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=33.88%
G=32.07%
B=34.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061952070.000.0600.1929511.1178.82
HexCEC3CF06013127b4f
Octal3163033170602344713117
Binary110011101100001111001111011001001110010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC3CF; }

 p { color: rgb(206,195,207); }

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

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

 a { background-color: rgb(206,195,207); }

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

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

 span { border-color: rgb(206,195,207); }

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