#CEB9DC

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

Shades of Prelude #CEB9DC

Tints of Prelude #CEB9DC

Color information

#CEB9DC (or 0xCEB9DC) is unknown color: approx Prelude. HEX triplet: CE, B9 and DC. RGB value is (206,185,220). Sum of RGB (Red+Green+Blue) = 206+185+220=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9DC is #314623. Grayscale: #C3C3C3. Windows color (decimal): -3229220 or 14465486. OLE color: 14465486.

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

Color convert

RGB206185220-
CMYK0.060.1600.14
HSL276º33.33%79.41%-
HSV(B)276º15.91%86.27%-
XYZ55.7252.9975-
YUV195.27141.96135.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=33.72%
G=30.28%
B=36.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061852200.060.1600.1427633.3379.41
HexCEB9DC6100E114214f
Octal31627133462001642441117
Binary11001110101110011101110011010000011101000101001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9DC; }

 p { color: rgb(206,185,220); }

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

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

 a { background-color: rgb(206,185,220); }

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

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

 span { border-color: rgb(206,185,220); }

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