#CEB4DC

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

Shades of Prelude #CEB4DC

Tints of Prelude #CEB4DC

Color information

#CEB4DC (or 0xCEB4DC) is unknown color: approx Prelude. HEX triplet: CE, B4 and DC. RGB value is (206,180,220). Sum of RGB (Red+Green+Blue) = 206+180+220=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4DC is #314B23. Grayscale: #C0C0C0. Windows color (decimal): -3230500 or 14464206. OLE color: 14464206.

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

Color convert

RGB206180220-
CMYK0.060.1800.14
HSL279º36.36%78.43%-
HSV(B)279º18.18%86.27%-
XYZ54.6950.9374.66-
YUV192.33143.61137.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 180 (70.70% from 255) = 29.70%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=33.99%
G=29.70%
B=36.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061802200.060.1800.1427936.3678.43
HexCEB4DC6120E117244e
Octal31626433462201642744116
Binary11001110101101001101110011010010011101000101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4DC; }

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

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

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

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

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

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

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

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