#CDA8D4

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

Shades of Prelude #CDA8D4

Tints of Prelude #CDA8D4

Color information

#CDA8D4 (or 0xCDA8D4) is unknown color: approx Prelude. HEX triplet: CD, A8 and D4. RGB value is (205,168,212). Sum of RGB (Red+Green+Blue) = 205+168+212=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDA8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8D4 is #32572B. Grayscale: #B7B7B7. Windows color (decimal): -3299116 or 13936845. OLE color: 13936845.

HSL color Cylindrical-coordinate representation of color #CDA8D4: hue angle of 290.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA8D4 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205168212-
CMYK0.030.2100.17
HSL290.45º33.85%74.51%-
HSV(B)290.45º20.75%83.14%-
XYZ51.0645.7468.42-
YUV184.08143.76142.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 168 (66.02% from 255) = 28.72%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=35.04%
G=28.72%
B=36.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051682120.030.2100.17290.4533.8574.51
HexCDA8D4315011122224b
Octal31525032432502144242113
Binary11001101101010001101010011101010100011001000101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8D4; }

 p { color: rgb(205,168,212); }

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

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

 a { background-color: rgb(205,168,212); }

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

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

 span { border-color: rgb(205,168,212); }

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