#CDADD8

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

Shades of Prelude #CDADD8

Tints of Prelude #CDADD8

Color information

#CDADD8 (or 0xCDADD8) is unknown color: approx Prelude. HEX triplet: CD, AD and D8. RGB value is (205,173,216). Sum of RGB (Red+Green+Blue) = 205+173+216=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD8 is #325227. Grayscale: #BBBBBB. Windows color (decimal): -3297832 or 14200269. OLE color: 14200269.

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

Color convert

RGB205173216-
CMYK0.050.2000.15
HSL284.65º35.54%76.27%-
HSV(B)284.65º19.91%84.71%-
XYZ52.5247.8271.43-
YUV187.47144.1140.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 216 (84.77% from 255) = 36.36%
R=34.51%
G=29.12%
B=36.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051732160.050.2000.15284.6535.5476.27
HexCDADD85140F11d244c
Octal31525533052401743544114
Binary11001101101011011101100010110100011111000111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADD8; }

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

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

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

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

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

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

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

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