#CEBAD7

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

Shades of Prelude #CEBAD7

Tints of Prelude #CEBAD7

Color information

#CEBAD7 (or 0xCEBAD7) is unknown color: approx Prelude. HEX triplet: CE, BA and D7. RGB value is (206,186,215). Sum of RGB (Red+Green+Blue) = 206+186+215=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEBAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAD7 is #314528. Grayscale: #C3C3C3. Windows color (decimal): -3228969 or 14138062. OLE color: 14138062.

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

Color convert

RGB206186215-
CMYK0.040.1300.16
HSL281.38º26.61%78.63%-
HSV(B)281.38º13.49%84.31%-
XYZ55.2853.1571.63-
YUV195.29139.13135.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 215 (84.38% from 255) = 35.42%
R=33.94%
G=30.64%
B=35.42%

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
Decimal2061862150.040.1300.16281.3826.6178.63
HexCEBAD74D0101191b4f
Octal31627232741502043133117
Binary1100111010111010110101111001101010000100011001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAD7; }

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

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

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

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

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

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

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

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