#CDADD2

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

Shades of Prelude #CDADD2

Tints of Prelude #CDADD2

Color information

#CDADD2 (or 0xCDADD2) is unknown color: approx Prelude. HEX triplet: CD, AD and D2. RGB value is (205,173,210). Sum of RGB (Red+Green+Blue) = 205+173+210=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #CDADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD2 is #32522D. Grayscale: #BABABA. Windows color (decimal): -3297838 or 13807053. OLE color: 13807053.

HSL color Cylindrical-coordinate representation of color #CDADD2: hue angle of 291.89º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDADD2 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205173210-
CMYK0.020.1800.18
HSL291.89º29.13%75.1%-
HSV(B)291.89º17.62%82.35%-
XYZ51.7547.5267.42-
YUV186.79141.1140.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=34.86%
G=29.42%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051732100.020.1800.18291.8929.1375.1
HexCDADD22120121241d4b
Octal31525532222202244435113
Binary1100110110101101110100101010010010010100100100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADD2; }

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

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

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

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

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

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

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

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