#CCC0CF

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

Shades of Prelude #CCC0CF

Tints of Prelude #CCC0CF

Color information

#CCC0CF (or 0xCCC0CF) is unknown color: approx Prelude. HEX triplet: CC, C0 and CF. RGB value is (204,192,207). Sum of RGB (Red+Green+Blue) = 204+192+207=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0CF is #333F30. Grayscale: #C5C5C5. Windows color (decimal): -3358513 or 13615308. OLE color: 13615308.

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

Color convert

RGB204192207-
CMYK0.010.0700.19
HSL288º13.51%78.24%-
HSV(B)288º7.25%81.18%-
XYZ55.0155.0466.76-
YUV197.3133.48132.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 207 (81.25% from 255) = 34.33%
R=33.83%
G=31.84%
B=34.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041922070.010.0700.1928813.5178.24
HexCCC0CF17013120e4e
Octal3143003171702344016116
Binary110011001100000011001111111101001110010000011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0CF; }

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

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

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

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

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

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

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

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