#CDAAD8

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

Shades of Prelude #CDAAD8

Tints of Prelude #CDAAD8

Color information

#CDAAD8 (or 0xCDAAD8) is unknown color: approx Prelude. HEX triplet: CD, AA and D8. RGB value is (205,170,216). Sum of RGB (Red+Green+Blue) = 205+170+216=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDAAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAAD8 is #325527. Grayscale: #B9B9B9. Windows color (decimal): -3298600 or 14199501. OLE color: 14199501.

HSL color Cylindrical-coordinate representation of color #CDAAD8: hue angle of 285.65º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDAAD8 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205170216-
CMYK0.050.2100.15
HSL285.65º37.1%75.69%-
HSV(B)285.65º21.3%84.71%-
XYZ51.9546.6971.24-
YUV185.71145.1141.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 216 (84.77% from 255) = 36.55%
R=34.69%
G=28.76%
B=36.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051702160.050.2100.15285.6537.175.69
HexCDAAD85150F11e254c
Octal31525233052501743645114
Binary11001101101010101101100010110101011111000111101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAD8; }

 p { color: rgb(205,170,216); }

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

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

 a { background-color: rgb(205,170,216); }

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

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

 span { border-color: rgb(205,170,216); }

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