#CEBEDA

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

Shades of Prelude #CEBEDA

Tints of Prelude #CEBEDA

Color information

#CEBEDA (or 0xCEBEDA) is unknown color: approx Prelude. HEX triplet: CE, BE and DA. RGB value is (206,190,218). Sum of RGB (Red+Green+Blue) = 206+190+218=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEBEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEDA is #314125. Grayscale: #C5C5C5. Windows color (decimal): -3227942 or 14335694. OLE color: 14335694.

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

Color convert

RGB206190218-
CMYK0.060.1300.15
HSL274.29º27.45%80%-
HSV(B)274.29º12.84%85.49%-
XYZ56.5255.0173.97-
YUV197.98139.3133.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.55%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=33.55%
G=30.94%
B=35.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061902180.060.1300.15274.2927.4580
HexCEBEDA6D0F1121b50
Octal31627633261501742233120
Binary110011101011111011011010110110101111100010010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEDA; }

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

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

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

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

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

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

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

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