#CEB8D7

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

Shades of Prelude #CEB8D7

Tints of Prelude #CEB8D7

Color information

#CEB8D7 (or 0xCEB8D7) is unknown color: approx Prelude. HEX triplet: CE, B8 and D7. RGB value is (206,184,215). Sum of RGB (Red+Green+Blue) = 206+184+215=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEB8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8D7 is #314728. Grayscale: #C2C2C2. Windows color (decimal): -3229481 or 14137550. OLE color: 14137550.

HSL color Cylindrical-coordinate representation of color #CEB8D7: hue angle of 282.58º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB8D7 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206184215-
CMYK0.040.1400.16
HSL282.58º27.93%78.24%-
HSV(B)282.58º14.42%84.31%-
XYZ54.8652.3171.5-
YUV194.11139.79136.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 184 (72.27% from 255) = 30.41%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=34.05%
G=30.41%
B=35.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061842150.040.1400.16282.5827.9378.24
HexCEB8D74E01011b1c4e
Octal31627032741602043334116
Binary1100111010111000110101111001110010000100011011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8D7; }

 p { color: rgb(206,184,215); }

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

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

 a { background-color: rgb(206,184,215); }

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

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

 span { border-color: rgb(206,184,215); }

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