#CEC7CA

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

Shades of Twilight #CEC7CA

Tints of Twilight #CEC7CA

Color information

#CEC7CA (or 0xCEC7CA) is unknown color: approx Twilight. HEX triplet: CE, C7 and CA. RGB value is (206,199,202). Sum of RGB (Red+Green+Blue) = 206+199+202=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7CA is #313835. Grayscale: #C9C9C9. Windows color (decimal): -3225654 or 13289422. OLE color: 13289422.

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

Color convert

RGB206199202-
CMYK00.030.020.19
HSL334.29º6.67%79.41%-
HSV(B)334.29º3.4%80.78%-
XYZ56.5458.2364.14-
YUV201.43128.32131.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 199 (78.12% from 255) = 32.78%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=33.94%
G=32.78%
B=33.28%

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
Decimal20619920200.030.020.19334.296.6779.41
HexCEC7CA0321314e74f
Octal316307312032235167117
Binary11001110110001111100101001110100111010011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7CA; }

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

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

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

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

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

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

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

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