#CEBADD

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

Shades of Prelude #CEBADD

Tints of Prelude #CEBADD

Color information

#CEBADD (or 0xCEBADD) is unknown color: approx Prelude. HEX triplet: CE, BA and DD. RGB value is (206,186,221). Sum of RGB (Red+Green+Blue) = 206+186+221=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBADD is #314522. Grayscale: #C3C3C3. Windows color (decimal): -3228963 or 14531278. OLE color: 14531278.

HSL color Cylindrical-coordinate representation of color #CEBADD: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBADD is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206186221-
CMYK0.070.1600.13
HSL274.29º33.98%79.8%-
HSV(B)274.29º15.84%86.67%-
XYZ56.0653.4675.77-
YUV195.97142.13135.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=33.61%
G=30.34%
B=36.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061862210.070.1600.13274.2933.9879.8
HexCEBADD7100D1122250
Octal31627233572001542242120
Binary11001110101110101101110111110000011011000100101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBADD; }

 p { color: rgb(206,186,221); }

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

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

 a { background-color: rgb(206,186,221); }

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

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

 span { border-color: rgb(206,186,221); }

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