#CEB3D1

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

Shades of Prelude #CEB3D1

Tints of Prelude #CEB3D1

Color information

#CEB3D1 (or 0xCEB3D1) is unknown color: approx Prelude. HEX triplet: CE, B3 and D1. RGB value is (206,179,209). Sum of RGB (Red+Green+Blue) = 206+179+209=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEB3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3D1 is #314C2E. Grayscale: #BEBEBE. Windows color (decimal): -3230767 or 13743054. OLE color: 13743054.

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

Color convert

RGB206179209-
CMYK0.010.1400.18
HSL294º24.59%76.08%-
HSV(B)294º14.35%81.96%-
XYZ53.0849.9767.17-
YUV190.49138.45139.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 209 (82.03% from 255) = 35.19%
R=34.68%
G=30.13%
B=35.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061792090.010.1400.1829424.5976.08
HexCEB3D11E012126194c
Octal31626332111602244631114
Binary11001110101100111101000111110010010100100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3D1; }

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

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

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

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

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

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

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

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