#CECACC

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

Shades of Twilight #CECACC

Tints of Twilight #CECACC

Color information

#CECACC (or 0xCECACC) is unknown color: approx Twilight. HEX triplet: CE, CA and CC. RGB value is (206,202,204). Sum of RGB (Red+Green+Blue) = 206+202+204=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 206 - color contains mainly: red. Hex color #CECACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECACC is #313533. Grayscale: #CBCBCB. Windows color (decimal): -3224884 or 13421262. OLE color: 13421262.

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

Color convert

RGB206202204-
CMYK00.020.010.19
HSL330º3.92%80%-
HSV(B)330º1.94%80.78%-
XYZ57.4759.7265.63-
YUV203.42128.33129.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 204 (80.08% from 255) = 33.33%
R=33.66%
G=33.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620220400.020.010.193303.9280
HexCECACC0211314a450
Octal316312314021235124120
Binary1100111011001010110011000101100111010010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECACC; }

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

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

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

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

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

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

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

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