#CEB3D8

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

Shades of Prelude #CEB3D8

Tints of Prelude #CEB3D8

Color information

#CEB3D8 (or 0xCEB3D8) is unknown color: approx Prelude. HEX triplet: CE, B3 and D8. RGB value is (206,179,216). Sum of RGB (Red+Green+Blue) = 206+179+216=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEB3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3D8 is #314C27. Grayscale: #BFBFBF. Windows color (decimal): -3230760 or 14201806. OLE color: 14201806.

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

Color convert

RGB206179216-
CMYK0.050.1700.15
HSL283.78º32.17%77.45%-
HSV(B)283.78º17.13%84.71%-
XYZ53.9750.3271.83-
YUV191.29141.95138.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 179 (70.31% from 255) = 29.78%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=34.28%
G=29.78%
B=35.94%

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
Decimal2061792160.050.1700.15283.7832.1777.45
HexCEB3D85110F11c204d
Octal31626333052101743440115
Binary11001110101100111101100010110001011111000111001000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3D8; }

 p { color: rgb(206,179,216); }

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

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

 a { background-color: rgb(206,179,216); }

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

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

 span { border-color: rgb(206,179,216); }

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