#CEC8CA

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

Shades of Twilight #CEC8CA

Tints of Twilight #CEC8CA

Color information

#CEC8CA (or 0xCEC8CA) is unknown color: approx Twilight. HEX triplet: CE, C8 and CA. RGB value is (206,200,202). Sum of RGB (Red+Green+Blue) = 206+200+202=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8CA is #313735. Grayscale: #CACACA. Windows color (decimal): -3225398 or 13289678. OLE color: 13289678.

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

Color convert

RGB206200202-
CMYK00.030.020.19
HSL340º5.77%79.61%-
HSV(B)340º2.91%80.78%-
XYZ56.7758.6964.21-
YUV202.02127.99130.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 200 (78.52% from 255) = 32.89%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=33.88%
G=32.89%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620020200.030.020.193405.7779.61
HexCEC8CA03213154650
Octal316310312032235246120
Binary11001110110010001100101001110100111010101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8CA; }

 p { color: rgb(206,200,202); }

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

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

 a { background-color: rgb(206,200,202); }

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

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

 span { border-color: rgb(206,200,202); }

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