#CEBBD7

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

Shades of Prelude #CEBBD7

Tints of Prelude #CEBBD7

Color information

#CEBBD7 (or 0xCEBBD7) is unknown color: approx Prelude. HEX triplet: CE, BB and D7. RGB value is (206,187,215). Sum of RGB (Red+Green+Blue) = 206+187+215=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEBBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBD7 is #314428. Grayscale: #C3C3C3. Windows color (decimal): -3228713 or 14138318. OLE color: 14138318.

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

Color convert

RGB206187215-
CMYK0.040.1300.16
HSL280.71º25.93%78.82%-
HSV(B)280.71º13.02%84.31%-
XYZ55.4953.5771.71-
YUV195.87138.79135.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 215 (84.38% from 255) = 35.36%
R=33.88%
G=30.76%
B=35.36%

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
Decimal2061872150.040.1300.16280.7125.9378.82
HexCEBBD74D0101191a4f
Octal31627332741502043132117
Binary1100111010111011110101111001101010000100011001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBD7; }

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

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

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

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

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

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

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

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