#CEBEDB

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

Shades of Prelude #CEBEDB

Tints of Prelude #CEBEDB

Color information

#CEBEDB (or 0xCEBEDB) is unknown color: approx Prelude. HEX triplet: CE, BE and DB. RGB value is (206,190,219). Sum of RGB (Red+Green+Blue) = 206+190+219=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEDB is #314124. Grayscale: #C5C5C5. Windows color (decimal): -3227941 or 14401230. OLE color: 14401230.

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

Color convert

RGB206190219-
CMYK0.060.1300.14
HSL273.1º28.71%80.2%-
HSV(B)273.1º13.24%85.88%-
XYZ56.6555.0674.66-
YUV198.09139.8133.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=33.50%
G=30.89%
B=35.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061902190.060.1300.14273.128.7180.2
HexCEBEDB6D0E1111d50
Octal31627633361501642135120
Binary110011101011111011011011110110101110100010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEDB; }

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

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

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

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

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

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

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

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