#CCAEDD

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

Shades of Prelude #CCAEDD

Tints of Prelude #CCAEDD

Color information

#CCAEDD (or 0xCCAEDD) is unknown color: approx Prelude. HEX triplet: CC, AE and DD. RGB value is (204,174,221). Sum of RGB (Red+Green+Blue) = 204+174+221=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEDD is #335122. Grayscale: #BCBCBC. Windows color (decimal): -3363107 or 14528204. OLE color: 14528204.

HSL color Cylindrical-coordinate representation of color #CCAEDD: hue angle of 278.3º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCAEDD is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204174221-
CMYK0.080.2100.13
HSL278.3º40.87%77.45%-
HSV(B)278.3º21.27%86.67%-
XYZ53.0948.3374.94-
YUV188.33146.44139.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=34.06%
G=29.05%
B=36.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041742210.080.2100.13278.340.8777.45
HexCCAEDD8150D116294d
Octal314256335102501542651115
Binary110011001010111011011101100010101011011000101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEDD; }

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

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

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

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

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

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

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

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