#CEC3CA

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

Shades of Twilight #CEC3CA

Tints of Twilight #CEC3CA

Color information

#CEC3CA (or 0xCEC3CA) is unknown color: approx Twilight. HEX triplet: CE, C3 and CA. RGB value is (206,195,202). Sum of RGB (Red+Green+Blue) = 206+195+202=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3CA is #313C35. Grayscale: #C7C7C7. Windows color (decimal): -3226678 or 13288398. OLE color: 13288398.

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

Color convert

RGB206195202-
CMYK00.050.020.19
HSL321.82º10.09%78.63%-
HSV(B)321.82º5.34%80.78%-
XYZ55.6356.4263.83-
YUV199.09129.64132.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 195 (76.56% from 255) = 32.34%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=34.16%
G=32.34%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619520200.050.020.19321.8210.0978.63
HexCEC3CA05213142a4f
Octal3163033120522350212117
Binary1100111011000011110010100101101001110100001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC3CA; }

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

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

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

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

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

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

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

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