#CEB4D4

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

Shades of Prelude #CEB4D4

Tints of Prelude #CEB4D4

Color information

#CEB4D4 (or 0xCEB4D4) is unknown color: approx Prelude. HEX triplet: CE, B4 and D4. RGB value is (206,180,212). Sum of RGB (Red+Green+Blue) = 206+180+212=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4D4 is #314B2B. Grayscale: #BFBFBF. Windows color (decimal): -3230508 or 13939918. OLE color: 13939918.

HSL color Cylindrical-coordinate representation of color #CEB4D4: hue angle of 288.75º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB4D4 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206180212-
CMYK0.030.1500.17
HSL288.75º27.12%76.86%-
HSV(B)288.75º15.09%83.14%-
XYZ53.6650.5269.21-
YUV191.42139.61138.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 180 (70.70% from 255) = 30.10%
BLUE value IS 212 (83.20% from 255) = 35.45%
R=34.45%
G=30.10%
B=35.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061802120.030.1500.17288.7527.1276.86
HexCEB4D43F0111211b4d
Octal31626432431702144133115
Binary110011101011010011010100111111010001100100001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4D4; }

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

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

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

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

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

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

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

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