#CEBADC

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

Shades of Prelude #CEBADC

Tints of Prelude #CEBADC

Color information

#CEBADC (or 0xCEBADC) is unknown color: approx Prelude. HEX triplet: CE, BA and DC. RGB value is (206,186,220). Sum of RGB (Red+Green+Blue) = 206+186+220=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBADC is #314523. Grayscale: #C3C3C3. Windows color (decimal): -3228964 or 14465742. OLE color: 14465742.

HSL color Cylindrical-coordinate representation of color #CEBADC: hue angle of 275.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBADC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206186220-
CMYK0.060.1500.14
HSL275.29º32.69%79.61%-
HSV(B)275.29º15.45%86.27%-
XYZ55.9353.4175.07-
YUV195.86141.63135.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=33.66%
G=30.39%
B=35.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061862200.060.1500.14275.2932.6979.61
HexCEBADC6F0E1132150
Octal31627233461701642341120
Binary1100111010111010110111001101111011101000100111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBADC; }

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

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

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

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

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

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

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

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