#CEB4DA

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

Shades of Prelude #CEB4DA

Tints of Prelude #CEB4DA

Color information

#CEB4DA (or 0xCEB4DA) is unknown color: approx Prelude. HEX triplet: CE, B4 and DA. RGB value is (206,180,218). Sum of RGB (Red+Green+Blue) = 206+180+218=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4DA is #314B25. Grayscale: #BFBFBF. Windows color (decimal): -3230502 or 14333134. OLE color: 14333134.

HSL color Cylindrical-coordinate representation of color #CEB4DA: hue angle of 281.05º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB4DA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206180218-
CMYK0.060.1700.15
HSL281.05º33.93%78.04%-
HSV(B)281.05º17.43%85.49%-
XYZ54.4350.8373.27-
YUV192.11142.61137.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 180 (70.70% from 255) = 29.80%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=34.11%
G=29.80%
B=36.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061802180.060.1700.15281.0533.9378.04
HexCEB4DA6110F119224e
Octal31626433262101743142116
Binary11001110101101001101101011010001011111000110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4DA; }

 p { color: rgb(206,180,218); }

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

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

 a { background-color: rgb(206,180,218); }

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

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

 span { border-color: rgb(206,180,218); }

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