#CEBADE

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

Shades of Prelude #CEBADE

Tints of Prelude #CEBADE

Color information

#CEBADE (or 0xCEBADE) is unknown color: approx Prelude. HEX triplet: CE, BA and DE. RGB value is (206,186,222). Sum of RGB (Red+Green+Blue) = 206+186+222=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBADE is #314521. Grayscale: #C3C3C3. Windows color (decimal): -3228962 or 14596814. OLE color: 14596814.

HSL color Cylindrical-coordinate representation of color #CEBADE: hue angle of 273.33º degrees, saturation: 0.35, 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 #CEBADE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206186222-
CMYK0.070.1600.13
HSL273.33º35.29%80%-
HSV(B)273.33º16.22%87.06%-
XYZ56.253.5176.47-
YUV196.08142.63135.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.55%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=33.55%
G=30.29%
B=36.16%

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
Decimal2061862220.070.1600.13273.3335.2980
HexCEBADE7100D1112350
Octal31627233672001542143120
Binary11001110101110101101111011110000011011000100011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBADE; }

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

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

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

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

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

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

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

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