#CCAED9

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

Shades of Prelude #CCAED9

Tints of Prelude #CCAED9

Color information

#CCAED9 (or 0xCCAED9) is unknown color: approx Prelude. HEX triplet: CC, AE and D9. RGB value is (204,174,217). Sum of RGB (Red+Green+Blue) = 204+174+217=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAED9 is #335126. Grayscale: #BBBBBB. Windows color (decimal): -3363111 or 14266060. OLE color: 14266060.

HSL color Cylindrical-coordinate representation of color #CCAED9: hue angle of 281.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCAED9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204174217-
CMYK0.060.2000.15
HSL281.86º36.13%76.67%-
HSV(B)281.86º19.82%85.1%-
XYZ52.5648.1272.16-
YUV187.87144.44139.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 217 (85.16% from 255) = 36.47%
R=34.29%
G=29.24%
B=36.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041742170.060.2000.15281.8636.1376.67
HexCCAED96140F11a244d
Octal31425633162401743244115
Binary11001100101011101101100111010100011111000110101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAED9; }

 p { color: rgb(204,174,217); }

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

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

 a { background-color: rgb(204,174,217); }

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

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

 span { border-color: rgb(204,174,217); }

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