#CDADD5

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

Shades of Prelude #CDADD5

Tints of Prelude #CDADD5

Color information

#CDADD5 (or 0xCDADD5) is unknown color: approx Prelude. HEX triplet: CD, AD and D5. RGB value is (205,173,213). Sum of RGB (Red+Green+Blue) = 205+173+213=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD5 is #32522A. Grayscale: #BBBBBB. Windows color (decimal): -3297835 or 14003661. OLE color: 14003661.

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

Color convert

RGB205173213-
CMYK0.040.1900.16
HSL288º32.26%75.69%-
HSV(B)288º18.78%83.53%-
XYZ52.1347.6769.4-
YUV187.13142.6140.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 213 (83.59% from 255) = 36.04%
R=34.69%
G=29.27%
B=36.04%

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
Decimal2051732130.040.1900.1628832.2675.69
HexCDADD5413010120204c
Octal31525532542302044040114
Binary110011011010110111010101100100110100001001000001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADD5; }

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

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

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

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

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

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

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

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