#CEB0D5

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

Shades of Prelude #CEB0D5

Tints of Prelude #CEB0D5

Color information

#CEB0D5 (or 0xCEB0D5) is unknown color: approx Prelude. HEX triplet: CE, B0 and D5. RGB value is (206,176,213). Sum of RGB (Red+Green+Blue) = 206+176+213=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEB0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0D5 is #314F2A. Grayscale: #BDBDBD. Windows color (decimal): -3231531 or 14004430. OLE color: 14004430.

HSL color Cylindrical-coordinate representation of color #CEB0D5: hue angle of 288.65º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB0D5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206176213-
CMYK0.030.1700.16
HSL288.65º30.58%76.27%-
HSV(B)288.65º17.37%83.53%-
XYZ52.9948.9869.61-
YUV189.19141.44139.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 213 (83.59% from 255) = 35.80%
R=34.62%
G=29.58%
B=35.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061762130.030.1700.16288.6530.5876.27
HexCEB0D53110101211f4c
Octal31626032532102044137114
Binary1100111010110000110101011110001010000100100001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0D5; }

 p { color: rgb(206,176,213); }

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

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

 a { background-color: rgb(206,176,213); }

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

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

 span { border-color: rgb(206,176,213); }

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