#CEAEE1

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

Shades of Prelude #CEAEE1

Tints of Prelude #CEAEE1

Color information

#CEAEE1 (or 0xCEAEE1) is unknown color: approx Prelude. HEX triplet: CE, AE and E1. RGB value is (206,174,225). Sum of RGB (Red+Green+Blue) = 206+174+225=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEE1 is #31511E. Grayscale: #BDBDBD. Windows color (decimal): -3232031 or 14790350. OLE color: 14790350.

HSL color Cylindrical-coordinate representation of color #CEAEE1: hue angle of 277.65º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEAEE1 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206174225-
CMYK0.080.2300.12
HSL277.65º45.95%78.24%-
HSV(B)277.65º22.67%88.24%-
XYZ54.1848.8377.8-
YUV189.38148.1139.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=34.05%
G=28.76%
B=37.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061742250.080.2300.12277.6545.9578.24
HexCEAEE18170C1162e4e
Octal316256341102701442656116
Binary110011101010111011100001100010111011001000101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEE1; }

 p { color: rgb(206,174,225); }

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

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

 a { background-color: rgb(206,174,225); }

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

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

 span { border-color: rgb(206,174,225); }

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