#CDABD7

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

Shades of Prelude #CDABD7

Tints of Prelude #CDABD7

Color information

#CDABD7 (or 0xCDABD7) is unknown color: approx Prelude. HEX triplet: CD, AB and D7. RGB value is (205,171,215). Sum of RGB (Red+Green+Blue) = 205+171+215=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDABD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABD7 is #325428. Grayscale: #BABABA. Windows color (decimal): -3298345 or 14134221. OLE color: 14134221.

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

Color convert

RGB205171215-
CMYK0.050.2000.16
HSL286.36º35.48%75.69%-
HSV(B)286.36º20.47%84.31%-
XYZ52.0147.0170.62-
YUV186.18144.26141.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=34.69%
G=28.93%
B=36.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051712150.050.2000.16286.3635.4875.69
HexCDABD751401011e234c
Octal31525332752402043643114
Binary110011011010101111010111101101000100001000111101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABD7; }

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

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

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

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

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

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

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

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