#CDACD7

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

Shades of Prelude #CDACD7

Tints of Prelude #CDACD7

Color information

#CDACD7 (or 0xCDACD7) is unknown color: approx Prelude. HEX triplet: CD, AC and D7. RGB value is (205,172,215). Sum of RGB (Red+Green+Blue) = 205+172+215=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACD7 is #325328. Grayscale: #BABABA. Windows color (decimal): -3298089 or 14134477. OLE color: 14134477.

HSL color Cylindrical-coordinate representation of color #CDACD7: hue angle of 286.05º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDACD7 is Cyan = 0.05, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205172215-
CMYK0.050.200.16
HSL286.05º34.96%75.88%-
HSV(B)286.05º20%84.31%-
XYZ52.247.3970.69-
YUV186.77143.93141-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=34.63%
G=29.05%
B=36.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051722150.050.200.16286.0534.9675.88
HexCDACD751401011e234c
Octal31525432752402043643114
Binary110011011010110011010111101101000100001000111101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACD7; }

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

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

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

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

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

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

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

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