#CEB6DB

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

Shades of Prelude #CEB6DB

Tints of Prelude #CEB6DB

Color information

#CEB6DB (or 0xCEB6DB) is unknown color: approx Prelude. HEX triplet: CE, B6 and DB. RGB value is (206,182,219). Sum of RGB (Red+Green+Blue) = 206+182+219=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6DB is #314924. Grayscale: #C1C1C1. Windows color (decimal): -3229989 or 14399182. OLE color: 14399182.

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

Color convert

RGB206182219-
CMYK0.060.1700.14
HSL278.92º33.94%78.63%-
HSV(B)278.92º16.89%85.88%-
XYZ54.9751.6974.1-
YUV193.39142.45136.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=33.94%
G=29.98%
B=36.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061822190.060.1700.14278.9233.9478.63
HexCEB6DB6110E117224f
Octal31626633362101642742117
Binary11001110101101101101101111010001011101000101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6DB; }

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

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

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

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

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

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

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

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