#CCC9CD

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

Shades of Prelude #CCC9CD

Tints of Prelude #CCC9CD

Color information

#CCC9CD (or 0xCCC9CD) is unknown color: approx Prelude. HEX triplet: CC, C9 and CD. RGB value is (204,201,205). Sum of RGB (Red+Green+Blue) = 204+201+205=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9CD is #333632. Grayscale: #CACACA. Windows color (decimal): -3356211 or 13486540. OLE color: 13486540.

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

Color convert

RGB204201205-
CMYK0.000.0200.20
HSL285º3.85%79.61%-
HSV(B)285º1.95%80.39%-
XYZ56.8159.0266.16-
YUV202.35129.49129.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 201 (78.91% from 255) = 32.95%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=33.44%
G=32.95%
B=33.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042012050.000.0200.202853.8579.61
HexCCC9CD0201411d450
Octal314311315020244354120
Binary1100110011001001110011010100101001000111011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9CD; }

 p { color: rgb(204,201,205); }

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

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

 a { background-color: rgb(204,201,205); }

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

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

 span { border-color: rgb(204,201,205); }

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