#CEBAD6

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

Shades of Prelude #CEBAD6

Tints of Prelude #CEBAD6

Color information

#CEBAD6 (or 0xCEBAD6) is unknown color: approx Prelude. HEX triplet: CE, BA and D6. RGB value is (206,186,214). Sum of RGB (Red+Green+Blue) = 206+186+214=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAD6 is #314529. Grayscale: #C3C3C3. Windows color (decimal): -3228970 or 14072526. OLE color: 14072526.

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

Color convert

RGB206186214-
CMYK0.040.1300.16
HSL282.86º25.45%78.43%-
HSV(B)282.86º13.08%83.92%-
XYZ55.1553.0970.96-
YUV195.17138.63135.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 214 (83.98% from 255) = 35.31%
R=33.99%
G=30.69%
B=35.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061862140.040.1300.16282.8625.4578.43
HexCEBAD64D01011b194e
Octal31627232641502043331116
Binary1100111010111010110101101001101010000100011011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAD6; }

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

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

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

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

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

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

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

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