#CCC1D5

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

Shades of Prelude #CCC1D5

Tints of Prelude #CCC1D5

Color information

#CCC1D5 (or 0xCCC1D5) is unknown color: approx Prelude. HEX triplet: CC, C1 and D5. RGB value is (204,193,213). Sum of RGB (Red+Green+Blue) = 204+193+213=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1D5 is #333E2A. Grayscale: #C6C6C6. Windows color (decimal): -3358251 or 14008780. OLE color: 14008780.

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

Color convert

RGB204193213-
CMYK0.040.0900.16
HSL273º19.23%79.61%-
HSV(B)273º9.39%83.53%-
XYZ55.9855.7870.77-
YUV198.57136.14131.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 193 (75.78% from 255) = 31.64%
BLUE value IS 213 (83.59% from 255) = 34.92%
R=33.44%
G=31.64%
B=34.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041932130.040.0900.1627319.2379.61
HexCCC1D5490101111350
Octal31430132541102042123120
Binary1100110011000001110101011001001010000100010001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1D5; }

 p { color: rgb(204,193,213); }

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

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

 a { background-color: rgb(204,193,213); }

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

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

 span { border-color: rgb(204,193,213); }

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