#CCAAD3

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

Shades of Prelude #CCAAD3

Tints of Prelude #CCAAD3

Color information

#CCAAD3 (or 0xCCAAD3) is unknown color: approx Prelude. HEX triplet: CC, AA and D3. RGB value is (204,170,211). Sum of RGB (Red+Green+Blue) = 204+170+211=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCAAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAD3 is #33552C. Grayscale: #B8B8B8. Windows color (decimal): -3364141 or 13871820. OLE color: 13871820.

HSL color Cylindrical-coordinate representation of color #CCAAD3: hue angle of 289.76º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCAAD3 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204170211-
CMYK0.030.1900.17
HSL289.76º31.78%74.71%-
HSV(B)289.76º19.43%82.75%-
XYZ51.0346.2967.87-
YUV184.84142.76141.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 211 (82.81% from 255) = 36.07%
R=34.87%
G=29.06%
B=36.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041702110.030.1900.17289.7631.7874.71
HexCCAAD3313011122204b
Octal31425232332302144240113
Binary11001100101010101101001111100110100011001000101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAD3; }

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

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

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

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

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

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

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

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