#CEBBDB

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

Shades of Prelude #CEBBDB

Tints of Prelude #CEBBDB

Color information

#CEBBDB (or 0xCEBBDB) is unknown color: approx Prelude. HEX triplet: CE, BB and DB. RGB value is (206,187,219). Sum of RGB (Red+Green+Blue) = 206+187+219=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBDB is #314424. Grayscale: #C4C4C4. Windows color (decimal): -3228709 or 14400462. OLE color: 14400462.

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

Color convert

RGB206187219-
CMYK0.060.1500.14
HSL275.62º30.77%79.61%-
HSV(B)275.62º14.61%85.88%-
XYZ56.0153.7874.45-
YUV196.33140.79134.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=33.66%
G=30.56%
B=35.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061872190.060.1500.14275.6230.7779.61
HexCEBBDB6F0E1141f50
Octal31627333361701642437120
Binary110011101011101111011011110111101110100010100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBDB; }

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

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

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

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

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

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

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

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