#CEC2C8

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

Shades of Twilight #CEC2C8

Tints of Twilight #CEC2C8

Color information

#CEC2C8 (or 0xCEC2C8) is unknown color: approx Twilight. HEX triplet: CE, C2 and C8. RGB value is (206,194,200). Sum of RGB (Red+Green+Blue) = 206+194+200=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2C8 is #313D37. Grayscale: #C6C6C6. Windows color (decimal): -3226936 or 13157070. OLE color: 13157070.

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

Color convert

RGB206194200-
CMYK00.060.030.19
HSL330º10.91%78.43%-
HSV(B)330º5.83%80.78%-
XYZ55.1755.8862.52-
YUV198.27128.98133.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 194 (76.17% from 255) = 32.33%
BLUE value IS 200 (78.52% from 255) = 33.33%
R=34.33%
G=32.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619420000.060.030.1933010.9178.43
HexCEC2C80631314ab4e
Octal3163023100632351213116
Binary1100111011000010110010000110111001110100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2C8; }

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

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

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

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

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

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

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

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