#CCAAD7

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

Shades of Prelude #CCAAD7

Tints of Prelude #CCAAD7

Color information

#CCAAD7 (or 0xCCAAD7) is unknown color: approx Prelude. HEX triplet: CC, AA and D7. RGB value is (204,170,215). Sum of RGB (Red+Green+Blue) = 204+170+215=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCAAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAD7 is #335528. Grayscale: #B9B9B9. Windows color (decimal): -3364137 or 14133964. OLE color: 14133964.

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

Color convert

RGB204170215-
CMYK0.050.2100.16
HSL285.33º36%75.49%-
HSV(B)285.33º20.93%84.31%-
XYZ51.5446.4970.55-
YUV185.3144.76141.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 215 (84.38% from 255) = 36.50%
R=34.63%
G=28.86%
B=36.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041702150.050.2100.16285.333675.49
HexCCAAD751501011d244b
Octal31425232752502043544113
Binary110011001010101011010111101101010100001000111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAD7; }

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

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

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

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

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

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

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

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