#CDABD3

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

Shades of Prelude #CDABD3

Tints of Prelude #CDABD3

Color information

#CDABD3 (or 0xCDABD3) is unknown color: approx Prelude. HEX triplet: CD, AB and D3. RGB value is (205,171,211). Sum of RGB (Red+Green+Blue) = 205+171+211=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABD3 is #32542C. Grayscale: #B9B9B9. Windows color (decimal): -3298349 or 13872077. OLE color: 13872077.

HSL color Cylindrical-coordinate representation of color #CDABD3: hue angle of 291º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDABD3 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205171211-
CMYK0.030.1900.17
HSL291º31.25%74.9%-
HSV(B)291º18.96%82.75%-
XYZ51.546.8167.95-
YUV185.73142.26141.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=34.92%
G=29.13%
B=35.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051712110.030.1900.1729131.2574.9
HexCDABD33130111231f4b
Octal31525332332302144337113
Binary1100110110101011110100111110011010001100100011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABD3; }

 p { color: rgb(205,171,211); }

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

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

 a { background-color: rgb(205,171,211); }

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

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

 span { border-color: rgb(205,171,211); }

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