#CEB2D1

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

Shades of Prelude #CEB2D1

Tints of Prelude #CEB2D1

Color information

#CEB2D1 (or 0xCEB2D1) is unknown color: approx Prelude. HEX triplet: CE, B2 and D1. RGB value is (206,178,209). Sum of RGB (Red+Green+Blue) = 206+178+209=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEB2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2D1 is #314D2E. Grayscale: #BDBDBD. Windows color (decimal): -3231023 or 13742798. OLE color: 13742798.

HSL color Cylindrical-coordinate representation of color #CEB2D1: hue angle of 294.19º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB2D1 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206178209-
CMYK0.010.1500.18
HSL294.19º25.2%75.88%-
HSV(B)294.19º14.83%81.96%-
XYZ52.8849.5767.1-
YUV189.91138.78139.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 178 (69.92% from 255) = 30.02%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=34.74%
G=30.02%
B=35.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061782090.010.1500.18294.1925.275.88
HexCEB2D11F012126194c
Octal31626232111702244631114
Binary11001110101100101101000111111010010100100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2D1; }

 p { color: rgb(206,178,209); }

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

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

 a { background-color: rgb(206,178,209); }

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

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

 span { border-color: rgb(206,178,209); }

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