#CEB1DF

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

Shades of Prelude #CEB1DF

Tints of Prelude #CEB1DF

Color information

#CEB1DF (or 0xCEB1DF) is unknown color: approx Prelude. HEX triplet: CE, B1 and DF. RGB value is (206,177,223). Sum of RGB (Red+Green+Blue) = 206+177+223=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1DF is #314E20. Grayscale: #BEBEBE. Windows color (decimal): -3231265 or 14660046. OLE color: 14660046.

HSL color Cylindrical-coordinate representation of color #CEB1DF: hue angle of 277.83º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEB1DF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206177223-
CMYK0.080.2100.13
HSL277.83º41.82%78.43%-
HSV(B)277.83º20.63%87.45%-
XYZ54.549.8976.57-
YUV190.92146.11138.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 177 (69.53% from 255) = 29.21%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=33.99%
G=29.21%
B=36.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061772230.080.2100.13277.8341.8278.43
HexCEB1DF8150D1162a4e
Octal316261337102501542652116
Binary110011101011000111011111100010101011011000101101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1DF; }

 p { color: rgb(206,177,223); }

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

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

 a { background-color: rgb(206,177,223); }

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

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

 span { border-color: rgb(206,177,223); }

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