#CEB0DF

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

Shades of Prelude #CEB0DF

Tints of Prelude #CEB0DF

Color information

#CEB0DF (or 0xCEB0DF) is unknown color: approx Prelude. HEX triplet: CE, B0 and DF. RGB value is (206,176,223). Sum of RGB (Red+Green+Blue) = 206+176+223=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0DF is #314F20. Grayscale: #BEBEBE. Windows color (decimal): -3231521 or 14659790. OLE color: 14659790.

HSL color Cylindrical-coordinate representation of color #CEB0DF: hue angle of 278.3º 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 #CEB0DF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206176223-
CMYK0.080.2100.13
HSL278.3º42.34%78.24%-
HSV(B)278.3º21.08%87.45%-
XYZ54.349.576.5-
YUV190.33146.44139.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=34.05%
G=29.09%
B=36.86%

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
Decimal2061762230.080.2100.13278.342.3478.24
HexCEB0DF8150D1162a4e
Octal316260337102501542652116
Binary110011101011000011011111100010101011011000101101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0DF; }

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

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

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

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

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

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

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

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