#CEB0DC

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

Shades of Prelude #CEB0DC

Tints of Prelude #CEB0DC

Color information

#CEB0DC (or 0xCEB0DC) is unknown color: approx Prelude. HEX triplet: CE, B0 and DC. RGB value is (206,176,220). Sum of RGB (Red+Green+Blue) = 206+176+220=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0DC is #314F23. Grayscale: #BDBDBD. Windows color (decimal): -3231524 or 14463182. OLE color: 14463182.

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

Color convert

RGB206176220-
CMYK0.060.200.14
HSL280.91º38.6%77.65%-
HSV(B)280.91º20%86.27%-
XYZ53.949.3474.39-
YUV189.99144.94139.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=34.22%
G=29.24%
B=36.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061762200.060.200.14280.9138.677.65
HexCEB0DC6140E119274e
Octal31626033462401643147116
Binary11001110101100001101110011010100011101000110011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0DC; }

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

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

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

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

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

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

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

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