#CDB8D7

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

Shades of Prelude #CDB8D7

Tints of Prelude #CDB8D7

Color information

#CDB8D7 (or 0xCDB8D7) is unknown color: approx Prelude. HEX triplet: CD, B8 and D7. RGB value is (205,184,215). Sum of RGB (Red+Green+Blue) = 205+184+215=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDB8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8D7 is #324728. Grayscale: #C1C1C1. Windows color (decimal): -3295017 or 14137549. OLE color: 14137549.

HSL color Cylindrical-coordinate representation of color #CDB8D7: hue angle of 280.65º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB8D7 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205184215-
CMYK0.050.1400.16
HSL280.65º27.93%78.24%-
HSV(B)280.65º14.42%84.31%-
XYZ54.5852.1771.48-
YUV193.81139.96135.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 184 (72.27% from 255) = 30.46%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=33.94%
G=30.46%
B=35.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051842150.050.1400.16280.6527.9378.24
HexCDB8D75E0101191c4e
Octal31527032751602043134116
Binary1100110110111000110101111011110010000100011001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB8D7; }

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

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

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

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

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

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

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

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