#CCC8CD

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

Shades of Prelude #CCC8CD

Tints of Prelude #CCC8CD

Color information

#CCC8CD (or 0xCCC8CD) is unknown color: approx Prelude. HEX triplet: CC, C8 and CD. RGB value is (204,200,205). Sum of RGB (Red+Green+Blue) = 204+200+205=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8CD is #333732. Grayscale: #C9C9C9. Windows color (decimal): -3356467 or 13486284. OLE color: 13486284.

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

Color convert

RGB204200205-
CMYK0.000.0200.20
HSL288º4.76%79.41%-
HSV(B)288º2.44%80.39%-
XYZ56.5858.5566.08-
YUV201.77129.83129.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 200 (78.52% from 255) = 32.84%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=33.50%
G=32.84%
B=33.66%

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
Decimal2042002050.000.0200.202884.7679.41
HexCCC8CD0201412054f
Octal314310315020244405117
Binary1100110011001000110011010100101001001000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8CD; }

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

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

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

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

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

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

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

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