#CEB4D8

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

Shades of Prelude #CEB4D8

Tints of Prelude #CEB4D8

Color information

#CEB4D8 (or 0xCEB4D8) is unknown color: approx Prelude. HEX triplet: CE, B4 and D8. RGB value is (206,180,216). Sum of RGB (Red+Green+Blue) = 206+180+216=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEB4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4D8 is #314B27. Grayscale: #BFBFBF. Windows color (decimal): -3230504 or 14202062. OLE color: 14202062.

HSL color Cylindrical-coordinate representation of color #CEB4D8: hue angle of 283.33º 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 #CEB4D8 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206180216-
CMYK0.050.1700.15
HSL283.33º31.58%77.65%-
HSV(B)283.33º16.67%84.71%-
XYZ54.1750.7271.9-
YUV191.88141.61138.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=34.22%
G=29.90%
B=35.88%

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
Decimal2061802160.050.1700.15283.3331.5877.65
HexCEB4D85110F11b204e
Octal31626433052101743340116
Binary11001110101101001101100010110001011111000110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4D8; }

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

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

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

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

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

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

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

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