#CCC0D6

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

Shades of Prelude #CCC0D6

Tints of Prelude #CCC0D6

Color information

#CCC0D6 (or 0xCCC0D6) is unknown color: approx Prelude. HEX triplet: CC, C0 and D6. RGB value is (204,192,214). Sum of RGB (Red+Green+Blue) = 204+192+214=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCC0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0D6 is #333F29. Grayscale: #C6C6C6. Windows color (decimal): -3358506 or 14074060. OLE color: 14074060.

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

Color convert

RGB204192214-
CMYK0.050.1000.16
HSL272.73º21.15%79.61%-
HSV(B)272.73º10.28%83.92%-
XYZ55.8955.3971.36-
YUV198.1136.98132.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 192 (75.39% from 255) = 31.48%
BLUE value IS 214 (83.98% from 255) = 35.08%
R=33.44%
G=31.48%
B=35.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041922140.050.1000.16272.7321.1579.61
HexCCC0D65A0101111550
Octal31430032651202042125120
Binary1100110011000000110101101011010010000100010001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0D6; }

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

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

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

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

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

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

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

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