#CDADD9

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

Shades of Prelude #CDADD9

Tints of Prelude #CDADD9

Color information

#CDADD9 (or 0xCDADD9) is unknown color: approx Prelude. HEX triplet: CD, AD and D9. RGB value is (205,173,217). Sum of RGB (Red+Green+Blue) = 205+173+217=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD9 is #325226. Grayscale: #BBBBBB. Windows color (decimal): -3297831 or 14265805. OLE color: 14265805.

HSL color Cylindrical-coordinate representation of color #CDADD9: hue angle of 283.64º degrees, saturation: 0.37, 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 #CDADD9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205173217-
CMYK0.060.2000.15
HSL283.64º36.67%76.47%-
HSV(B)283.64º20.28%85.1%-
XYZ52.6447.8872.11-
YUV187.58144.6140.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 217 (85.16% from 255) = 36.47%
R=34.45%
G=29.08%
B=36.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051732170.060.2000.15283.6436.6776.47
HexCDADD96140F11c254c
Octal31525533162401743445114
Binary11001101101011011101100111010100011111000111001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADD9; }

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

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

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

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

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

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

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

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