#CEB4DB

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

Shades of Prelude #CEB4DB

Tints of Prelude #CEB4DB

Color information

#CEB4DB (or 0xCEB4DB) is unknown color: approx Prelude. HEX triplet: CE, B4 and DB. RGB value is (206,180,219). Sum of RGB (Red+Green+Blue) = 206+180+219=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4DB is #314B24. Grayscale: #C0C0C0. Windows color (decimal): -3230501 or 14398670. OLE color: 14398670.

HSL color Cylindrical-coordinate representation of color #CEB4DB: hue angle of 280º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB4DB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206180219-
CMYK0.060.1800.14
HSL280º35.14%78.24%-
HSV(B)280º17.81%85.88%-
XYZ54.5650.8873.96-
YUV192.22143.11137.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=34.05%
G=29.75%
B=36.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061802190.060.1800.1428035.1478.24
HexCEB4DB6120E118234e
Octal31626433362201643043116
Binary11001110101101001101101111010010011101000110001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4DB; }

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

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

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

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

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

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

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

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