#CEB6D5

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

Shades of Prelude #CEB6D5

Tints of Prelude #CEB6D5

Color information

#CEB6D5 (or 0xCEB6D5) is unknown color: approx Prelude. HEX triplet: CE, B6 and D5. RGB value is (206,182,213). Sum of RGB (Red+Green+Blue) = 206+182+213=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEB6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6D5 is #31492A. Grayscale: #C0C0C0. Windows color (decimal): -3229995 or 14005966. OLE color: 14005966.

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

Color convert

RGB206182213-
CMYK0.030.1500.16
HSL286.45º26.96%77.45%-
HSV(B)286.45º14.55%83.53%-
XYZ54.1951.3870.01-
YUV192.71139.45137.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 182 (71.48% from 255) = 30.28%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=34.28%
G=30.28%
B=35.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061822130.030.1500.16286.4526.9677.45
HexCEB6D53F01011e1b4d
Octal31626632531702043633115
Binary110011101011011011010101111111010000100011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6D5; }

 p { color: rgb(206,182,213); }

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

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

 a { background-color: rgb(206,182,213); }

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

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

 span { border-color: rgb(206,182,213); }

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