#CEB9D9

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

Shades of Prelude #CEB9D9

Tints of Prelude #CEB9D9

Color information

#CEB9D9 (or 0xCEB9D9) is unknown color: approx Prelude. HEX triplet: CE, B9 and D9. RGB value is (206,185,217). Sum of RGB (Red+Green+Blue) = 206+185+217=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEB9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9D9 is #314626. Grayscale: #C2C2C2. Windows color (decimal): -3229223 or 14268878. OLE color: 14268878.

HSL color Cylindrical-coordinate representation of color #CEB9D9: hue angle of 279.38º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB9D9 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206185217-
CMYK0.050.1500.15
HSL279.38º29.63%78.82%-
HSV(B)279.38º14.75%85.1%-
XYZ55.3352.8372.93-
YUV194.93140.46135.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 185 (72.66% from 255) = 30.43%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=33.88%
G=30.43%
B=35.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061852170.050.1500.15279.3829.6378.82
HexCEB9D95F0F1171e4f
Octal31627133151701742736117
Binary110011101011100111011001101111101111100010111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9D9; }

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

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

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

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

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

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

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

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