#CCC5CF

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

Shades of Prelude #CCC5CF

Tints of Prelude #CCC5CF

Color information

#CCC5CF (or 0xCCC5CF) is unknown color: approx Prelude. HEX triplet: CC, C5 and CF. RGB value is (204,197,207). Sum of RGB (Red+Green+Blue) = 204+197+207=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5CF is #333A30. Grayscale: #C8C8C8. Windows color (decimal): -3357233 or 13616588. OLE color: 13616588.

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

Color convert

RGB204197207-
CMYK0.010.0500.19
HSL282º9.43%79.22%-
HSV(B)282º4.83%81.18%-
XYZ56.1357.2767.13-
YUV200.23131.82130.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 197 (77.34% from 255) = 32.40%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=33.55%
G=32.40%
B=34.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041972070.010.0500.192829.4379.22
HexCCC5CF1501311a94f
Octal3143053171502343211117
Binary110011001100010111001111110101001110001101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5CF; }

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

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

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

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

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

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

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

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