#CEBED1

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

Shades of Prelude #CEBED1

Tints of Prelude #CEBED1

Color information

#CEBED1 (or 0xCEBED1) is unknown color: approx Prelude. HEX triplet: CE, BE and D1. RGB value is (206,190,209). Sum of RGB (Red+Green+Blue) = 206+190+209=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBED1 is #31412E. Grayscale: #C4C4C4. Windows color (decimal): -3227951 or 13745870. OLE color: 13745870.

HSL color Cylindrical-coordinate representation of color #CEBED1: hue angle of 290.53º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBED1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206190209-
CMYK0.010.0900.18
HSL290.53º17.12%78.24%-
HSV(B)290.53º9.09%81.96%-
XYZ55.3854.5567.93-
YUV196.95134.8134.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=34.05%
G=31.40%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061902090.010.0900.18290.5317.1278.24
HexCEBED119012123114e
Octal31627632111102244321116
Binary11001110101111101101000111001010010100100011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBED1; }

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

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

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

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

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

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

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

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