#CEBBD6

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

Shades of Prelude #CEBBD6

Tints of Prelude #CEBBD6

Color information

#CEBBD6 (or 0xCEBBD6) is unknown color: approx Prelude. HEX triplet: CE, BB and D6. RGB value is (206,187,214). Sum of RGB (Red+Green+Blue) = 206+187+214=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBD6 is #314429. Grayscale: #C3C3C3. Windows color (decimal): -3228714 or 14072782. OLE color: 14072782.

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

Color convert

RGB206187214-
CMYK0.040.1300.16
HSL282.22º24.77%78.63%-
HSV(B)282.22º12.62%83.92%-
XYZ55.3653.5271.03-
YUV195.76138.29135.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=33.94%
G=30.81%
B=35.26%

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
Decimal2061872140.040.1300.16282.2224.7778.63
HexCEBBD64D01011a194f
Octal31627332641502043231117
Binary1100111010111011110101101001101010000100011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBD6; }

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

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

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

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

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

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

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

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