#CEAEDA

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

Shades of Prelude #CEAEDA

Tints of Prelude #CEAEDA

Color information

#CEAEDA (or 0xCEAEDA) is unknown color: approx Prelude. HEX triplet: CE, AE and DA. RGB value is (206,174,218). Sum of RGB (Red+Green+Blue) = 206+174+218=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEDA is #315125. Grayscale: #BCBCBC. Windows color (decimal): -3232038 or 14331598. OLE color: 14331598.

HSL color Cylindrical-coordinate representation of color #CEAEDA: hue angle of 283.64º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEAEDA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206174218-
CMYK0.060.2000.15
HSL283.64º37.29%76.86%-
HSV(B)283.64º20.18%85.49%-
XYZ53.2448.4672.88-
YUV188.58144.6140.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=34.45%
G=29.10%
B=36.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061742180.060.2000.15283.6437.2976.86
HexCEAEDA6140F11c254d
Octal31625633262401743445115
Binary11001110101011101101101011010100011111000111001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEDA; }

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

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

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

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

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

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

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

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