#CCAAD8

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

Shades of Prelude #CCAAD8

Tints of Prelude #CCAAD8

Color information

#CCAAD8 (or 0xCCAAD8) is unknown color: approx Prelude. HEX triplet: CC, AA and D8. RGB value is (204,170,216). Sum of RGB (Red+Green+Blue) = 204+170+216=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCAAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAD8 is #335527. Grayscale: #B9B9B9. Windows color (decimal): -3364136 or 14199500. OLE color: 14199500.

HSL color Cylindrical-coordinate representation of color #CCAAD8: hue angle of 284.35º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCAAD8 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204170216-
CMYK0.060.2100.15
HSL284.35º37.1%75.69%-
HSV(B)284.35º21.3%84.71%-
XYZ51.6746.5471.23-
YUV185.41145.26141.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 216 (84.77% from 255) = 36.61%
R=34.58%
G=28.81%
B=36.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041702160.060.2100.15284.3537.175.69
HexCCAAD86150F11c254c
Octal31425233062501743445114
Binary11001100101010101101100011010101011111000111001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAD8; }

 p { color: rgb(204,170,216); }

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

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

 a { background-color: rgb(204,170,216); }

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

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

 span { border-color: rgb(204,170,216); }

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