#CCC5C8

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

Shades of Twilight #CCC5C8

Tints of Twilight #CCC5C8

Color information

#CCC5C8 (or 0xCCC5C8) is unknown color: approx Twilight. HEX triplet: CC, C5 and C8. RGB value is (204,197,200). Sum of RGB (Red+Green+Blue) = 204+197+200=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5C8 is #333A37. Grayscale: #C7C7C7. Windows color (decimal): -3357240 or 13157836. OLE color: 13157836.

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

Color convert

RGB204197200-
CMYK00.030.020.2
HSL334.29º6.42%78.63%-
HSV(B)334.29º3.43%80%-
XYZ55.2956.9462.72-
YUV199.44128.32131.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 197 (77.34% from 255) = 32.78%
BLUE value IS 200 (78.52% 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.2
SystemRedGreenBlueCMYKHSL
Decimal20419720000.030.020.2334.296.4278.63
HexCCC5C80321414e64f
Octal314305310032245166117
Binary11001100110001011100100001110101001010011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5C8; }

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

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

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

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

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

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

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

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