#CCACD1

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

Shades of Prelude #CCACD1

Tints of Prelude #CCACD1

Color information

#CCACD1 (or 0xCCACD1) is unknown color: approx Prelude. HEX triplet: CC, AC and D1. RGB value is (204,172,209). Sum of RGB (Red+Green+Blue) = 204+172+209=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD1 is #33532E. Grayscale: #B9B9B9. Windows color (decimal): -3363631 or 13741260. OLE color: 13741260.

HSL color Cylindrical-coordinate representation of color #CCACD1: hue angle of 291.89º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCACD1 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204172209-
CMYK0.020.1800.18
HSL291.89º28.68%74.71%-
HSV(B)291.89º17.7%81.96%-
XYZ51.1646.9566.69-
YUV185.79141.1140.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=34.87%
G=29.40%
B=35.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041722090.020.1800.18291.8928.6874.71
HexCCACD12120121241d4b
Octal31425432122202244435113
Binary1100110010101100110100011010010010010100100100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACD1; }

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

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

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

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

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

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

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

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