#CEB5D9

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

Shades of Prelude #CEB5D9

Tints of Prelude #CEB5D9

Color information

#CEB5D9 (or 0xCEB5D9) is unknown color: approx Prelude. HEX triplet: CE, B5 and D9. RGB value is (206,181,217). Sum of RGB (Red+Green+Blue) = 206+181+217=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEB5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5D9 is #314A26. Grayscale: #C0C0C0. Windows color (decimal): -3230247 or 14267854. OLE color: 14267854.

HSL color Cylindrical-coordinate representation of color #CEB5D9: hue angle of 281.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB5D9 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206181217-
CMYK0.050.1700.15
HSL281.67º32.14%78.04%-
HSV(B)281.67º16.59%85.1%-
XYZ54.551.1872.65-
YUV192.58141.78137.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 181 (71.09% from 255) = 29.97%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=34.11%
G=29.97%
B=35.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061812170.050.1700.15281.6732.1478.04
HexCEB5D95110F11a204e
Octal31626533152101743240116
Binary11001110101101011101100110110001011111000110101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5D9; }

 p { color: rgb(206,181,217); }

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

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

 a { background-color: rgb(206,181,217); }

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

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

 span { border-color: rgb(206,181,217); }

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