#CCACDD

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

Shades of Prelude #CCACDD

Tints of Prelude #CCACDD

Color information

#CCACDD (or 0xCCACDD) is unknown color: approx Prelude. HEX triplet: CC, AC and DD. RGB value is (204,172,221). Sum of RGB (Red+Green+Blue) = 204+172+221=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACDD is #335322. Grayscale: #BABABA. Windows color (decimal): -3363619 or 14527692. OLE color: 14527692.

HSL color Cylindrical-coordinate representation of color #CCACDD: hue angle of 279.18º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCACDD is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204172221-
CMYK0.080.2200.13
HSL279.18º41.88%77.06%-
HSV(B)279.18º22.17%86.67%-
XYZ52.7147.5674.81-
YUV187.15147.1140.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=34.17%
G=28.81%
B=37.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041722210.080.2200.13279.1841.8877.06
HexCCACDD8160D1172a4d
Octal314254335102601542752115
Binary110011001010110011011101100010110011011000101111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACDD; }

 p { color: rgb(204,172,221); }

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

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

 a { background-color: rgb(204,172,221); }

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

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

 span { border-color: rgb(204,172,221); }

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