#CCC2C8

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

Shades of Twilight #CCC2C8

Tints of Twilight #CCC2C8

Color information

#CCC2C8 (or 0xCCC2C8) is unknown color: approx Twilight. HEX triplet: CC, C2 and C8. RGB value is (204,194,200). Sum of RGB (Red+Green+Blue) = 204+194+200=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2C8 is #333D37. Grayscale: #C5C5C5. Windows color (decimal): -3358008 or 13157068. OLE color: 13157068.

HSL color Cylindrical-coordinate representation of color #CCC2C8: hue angle of 324º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC2C8 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB204194200-
CMYK00.050.020.2
HSL324º8.93%78.04%-
HSV(B)324º4.9%80%-
XYZ54.6255.5962.5-
YUV197.67129.31132.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 194 (76.17% from 255) = 32.44%
BLUE value IS 200 (78.52% from 255) = 33.44%
R=34.11%
G=32.44%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419420000.050.020.23248.9378.04
HexCCC2C80521414494e
Octal3143023100522450411116
Binary1100110011000010110010000101101010010100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2C8; }

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

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

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

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

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

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

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

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