#CEB4D7

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

Shades of Prelude #CEB4D7

Tints of Prelude #CEB4D7

Color information

#CEB4D7 (or 0xCEB4D7) is unknown color: approx Prelude. HEX triplet: CE, B4 and D7. RGB value is (206,180,215). Sum of RGB (Red+Green+Blue) = 206+180+215=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEB4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4D7 is #314B28. Grayscale: #BFBFBF. Windows color (decimal): -3230505 or 14136526. OLE color: 14136526.

HSL color Cylindrical-coordinate representation of color #CEB4D7: hue angle of 284.57º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB4D7 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206180215-
CMYK0.040.1600.16
HSL284.57º30.43%77.45%-
HSV(B)284.57º16.28%84.31%-
XYZ54.0450.6771.22-
YUV191.76141.11138.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=34.28%
G=29.95%
B=35.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061802150.040.1600.16284.5730.4377.45
HexCEB4D741001011d1e4d
Octal31626432742002043536115
Binary11001110101101001101011110010000010000100011101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4D7; }

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

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

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

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

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

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

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

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