#CDACD6

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

Shades of Prelude #CDACD6

Tints of Prelude #CDACD6

Color information

#CDACD6 (or 0xCDACD6) is unknown color: approx Prelude. HEX triplet: CD, AC and D6. RGB value is (205,172,214). Sum of RGB (Red+Green+Blue) = 205+172+214=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACD6 is #325329. Grayscale: #BABABA. Windows color (decimal): -3298090 or 14068941. OLE color: 14068941.

HSL color Cylindrical-coordinate representation of color #CDACD6: hue angle of 287.14º degrees, saturation: 0.34, 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 #CDACD6 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205172214-
CMYK0.040.2000.16
HSL287.14º33.87%75.69%-
HSV(B)287.14º19.63%83.92%-
XYZ52.0747.3470.01-
YUV186.65143.43141.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 214 (83.98% from 255) = 36.21%
R=34.69%
G=29.10%
B=36.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051722140.040.2000.16287.1433.8775.69
HexCDACD641401011f224c
Octal31525432642402043742114
Binary110011011010110011010110100101000100001000111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACD6; }

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

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

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

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

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

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

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

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