#CEBADA

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

Shades of Prelude #CEBADA

Tints of Prelude #CEBADA

Color information

#CEBADA (or 0xCEBADA) is unknown color: approx Prelude. HEX triplet: CE, BA and DA. RGB value is (206,186,218). Sum of RGB (Red+Green+Blue) = 206+186+218=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBADA is #314525. Grayscale: #C3C3C3. Windows color (decimal): -3228966 or 14334670. OLE color: 14334670.

HSL color Cylindrical-coordinate representation of color #CEBADA: hue angle of 277.5º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBADA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206186218-
CMYK0.060.1500.15
HSL277.5º30.19%79.22%-
HSV(B)277.5º14.68%85.49%-
XYZ55.6753.373.68-
YUV195.63140.63135.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=33.77%
G=30.49%
B=35.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061862180.060.1500.15277.530.1979.22
HexCEBADA6F0F1161e4f
Octal31627233261701742636117
Binary110011101011101011011010110111101111100010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBADA; }

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

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

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

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

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

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

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

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