#CCACD6

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

Shades of Prelude #CCACD6

Tints of Prelude #CCACD6

Color information

#CCACD6 (or 0xCCACD6) is unknown color: approx Prelude. HEX triplet: CC, AC and D6. RGB value is (204,172,214). Sum of RGB (Red+Green+Blue) = 204+172+214=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD6 is #335329. Grayscale: #BABABA. Windows color (decimal): -3363626 or 14068940. OLE color: 14068940.

HSL color Cylindrical-coordinate representation of color #CCACD6: hue angle of 285.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCACD6 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204172214-
CMYK0.050.2000.16
HSL285.71º33.87%75.69%-
HSV(B)285.71º19.63%83.92%-
XYZ51.7947.270-
YUV186.36143.6140.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=34.58%
G=29.15%
B=36.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041722140.050.2000.16285.7133.8775.69
HexCCACD651401011e224c
Octal31425432652402043642114
Binary110011001010110011010110101101000100001000111101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACD6; }

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

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

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

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

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

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

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

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