#CCC0D7

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

Shades of Prelude #CCC0D7

Tints of Prelude #CCC0D7

Color information

#CCC0D7 (or 0xCCC0D7) is unknown color: approx Prelude. HEX triplet: CC, C0 and D7. RGB value is (204,192,215). Sum of RGB (Red+Green+Blue) = 204+192+215=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCC0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0D7 is #333F28. Grayscale: #C6C6C6. Windows color (decimal): -3358505 or 14139596. OLE color: 14139596.

HSL color Cylindrical-coordinate representation of color #CCC0D7: hue angle of 271.3º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC0D7 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204192215-
CMYK0.050.1100.16
HSL271.3º22.33%79.8%-
HSV(B)271.3º10.7%84.31%-
XYZ56.0255.4472.04-
YUV198.21137.48132.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 192 (75.39% from 255) = 31.42%
BLUE value IS 215 (84.38% from 255) = 35.19%
R=33.39%
G=31.42%
B=35.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041922150.050.1100.16271.322.3379.8
HexCCC0D75B01010f1650
Octal31430032751302041726120
Binary1100110011000000110101111011011010000100001111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0D7; }

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

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

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

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

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

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

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

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