#CCC0CE

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

Shades of Prelude #CCC0CE

Tints of Prelude #CCC0CE

Color information

#CCC0CE (or 0xCCC0CE) is unknown color: approx Prelude. HEX triplet: CC, C0 and CE. RGB value is (204,192,206). Sum of RGB (Red+Green+Blue) = 204+192+206=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0CE is #333F31. Grayscale: #C5C5C5. Windows color (decimal): -3358514 or 13549772. OLE color: 13549772.

HSL color Cylindrical-coordinate representation of color #CCC0CE: hue angle of 291.43º degrees, saturation: 0.12, 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 #CCC0CE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204192206-
CMYK0.010.0700.19
HSL291.43º12.5%78.04%-
HSV(B)291.43º6.8%80.78%-
XYZ54.8954.9966.11-
YUV197.18132.98132.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=33.89%
G=31.89%
B=34.22%

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
Decimal2041922060.010.0700.19291.4312.578.04
HexCCC0CE17013123c4e
Octal3143003161702344314116
Binary110011001100000011001110111101001110010001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0CE; }

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

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

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

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

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

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

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

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