#CCAED4

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

Shades of Prelude #CCAED4

Tints of Prelude #CCAED4

Color information

#CCAED4 (or 0xCCAED4) is unknown color: approx Prelude. HEX triplet: CC, AE and D4. RGB value is (204,174,212). Sum of RGB (Red+Green+Blue) = 204+174+212=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAED4 is #33512B. Grayscale: #BBBBBB. Windows color (decimal): -3363116 or 13938380. OLE color: 13938380.

HSL color Cylindrical-coordinate representation of color #CCAED4: hue angle of 287.37º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCAED4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204174212-
CMYK0.040.1800.17
HSL287.37º30.65%75.69%-
HSV(B)287.37º17.92%83.14%-
XYZ51.9247.8668.79-
YUV187.3141.94139.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 212 (83.20% from 255) = 35.93%
R=34.58%
G=29.49%
B=35.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041742120.040.1800.17287.3730.6575.69
HexCCAED441201111f1f4c
Octal31425632442202143737114
Binary11001100101011101101010010010010010001100011111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAED4; }

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

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

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

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

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

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

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

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