#CCACD5

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

Shades of Prelude #CCACD5

Tints of Prelude #CCACD5

Color information

#CCACD5 (or 0xCCACD5) is unknown color: approx Prelude. HEX triplet: CC, AC and D5. RGB value is (204,172,213). Sum of RGB (Red+Green+Blue) = 204+172+213=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD5 is #33532A. Grayscale: #BABABA. Windows color (decimal): -3363627 or 14003404. OLE color: 14003404.

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

Color convert

RGB204172213-
CMYK0.040.1900.16
HSL286.83º32.8%75.49%-
HSV(B)286.83º19.25%83.53%-
XYZ51.6647.1569.33-
YUV186.24143.1140.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=34.63%
G=29.20%
B=36.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041722130.040.1900.16286.8332.875.49
HexCCACD541301011f214b
Octal31425432542302043741113
Binary110011001010110011010101100100110100001000111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACD5; }

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

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

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

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

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

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

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

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