#CDACD5

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

Shades of Prelude #CDACD5

Tints of Prelude #CDACD5

Color information

#CDACD5 (or 0xCDACD5) is unknown color: approx Prelude. HEX triplet: CD, AC and D5. RGB value is (205,172,213). Sum of RGB (Red+Green+Blue) = 205+172+213=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACD5 is #32532A. Grayscale: #BABABA. Windows color (decimal): -3298091 or 14003405. OLE color: 14003405.

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

Color convert

RGB205172213-
CMYK0.040.1900.16
HSL288.29º32.8%75.49%-
HSV(B)288.29º19.25%83.53%-
XYZ51.9447.2969.34-
YUV186.54142.93141.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=34.75%
G=29.15%
B=36.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051722130.040.1900.16288.2932.875.49
HexCDACD5413010120214b
Octal31525432542302044041113
Binary110011011010110011010101100100110100001001000001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACD5; }

 p { color: rgb(205,172,213); }

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

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

 a { background-color: rgb(205,172,213); }

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

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

 span { border-color: rgb(205,172,213); }

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