#CCAEDC

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

Shades of Prelude #CCAEDC

Tints of Prelude #CCAEDC

Color information

#CCAEDC (or 0xCCAEDC) is unknown color: approx Prelude. HEX triplet: CC, AE and DC. RGB value is (204,174,220). Sum of RGB (Red+Green+Blue) = 204+174+220=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEDC is #335123. Grayscale: #BCBCBC. Windows color (decimal): -3363108 or 14462668. OLE color: 14462668.

HSL color Cylindrical-coordinate representation of color #CCAEDC: hue angle of 279.13º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCAEDC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204174220-
CMYK0.070.2100.14
HSL279.13º39.66%77.25%-
HSV(B)279.13º20.91%86.27%-
XYZ52.9648.2874.24-
YUV188.21145.94139.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=34.11%
G=29.10%
B=36.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041742200.070.2100.14279.1339.6677.25
HexCCAEDC7150E117284d
Octal31425633472501642750115
Binary11001100101011101101110011110101011101000101111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEDC; }

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

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

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

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

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

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

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

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