#CCAED5

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

Shades of Prelude #CCAED5

Tints of Prelude #CCAED5

Color information

#CCAED5 (or 0xCCAED5) is unknown color: approx Prelude. HEX triplet: CC, AE and D5. RGB value is (204,174,213). Sum of RGB (Red+Green+Blue) = 204+174+213=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAED5 is #33512A. Grayscale: #BBBBBB. Windows color (decimal): -3363115 or 14003916. OLE color: 14003916.

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

Color convert

RGB204174213-
CMYK0.040.1800.16
HSL286.15º31.71%75.88%-
HSV(B)286.15º18.31%83.53%-
XYZ52.0547.9169.46-
YUV187.42142.44139.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 213 (83.59% from 255) = 36.04%
R=34.52%
G=29.44%
B=36.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041742130.040.1800.16286.1531.7175.88
HexCCAED541201011e204c
Octal31425632542202043640114
Binary110011001010111011010101100100100100001000111101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAED5; }

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

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

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

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

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

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

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

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