#CCAED2

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

Shades of Prelude #CCAED2

Tints of Prelude #CCAED2

Color information

#CCAED2 (or 0xCCAED2) is unknown color: approx Prelude. HEX triplet: CC, AE and D2. RGB value is (204,174,210). Sum of RGB (Red+Green+Blue) = 204+174+210=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAED2 is #33512D. Grayscale: #BABABA. Windows color (decimal): -3363118 or 13807308. OLE color: 13807308.

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

Color convert

RGB204174210-
CMYK0.030.1700.18
HSL290º28.57%75.29%-
HSV(B)290º17.14%82.35%-
XYZ51.6747.7667.47-
YUV187.07140.94140.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=34.69%
G=29.59%
B=35.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041742100.030.1700.1829028.5775.29
HexCCAED23110121221d4b
Octal31425632232102244235113
Binary1100110010101110110100101110001010010100100010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAED2; }

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

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

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

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

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

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

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

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