#CAAEDA

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

Shades of Prelude #CAAEDA

Tints of Prelude #CAAEDA

Color information

#CAAEDA (or 0xCAAEDA) is unknown color: approx Prelude. HEX triplet: CA, AE and DA. RGB value is (202,174,218). Sum of RGB (Red+Green+Blue) = 202+174+218=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEDA is #355125. Grayscale: #BBBBBB. Windows color (decimal): -3494182 or 14331594. OLE color: 14331594.

HSL color Cylindrical-coordinate representation of color #CAAEDA: hue angle of 278.18º 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 #CAAEDA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202174218-
CMYK0.070.2000.15
HSL278.18º37.29%76.86%-
HSV(B)278.18º20.18%85.49%-
XYZ52.1547.8972.82-
YUV187.39145.28138.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=34.01%
G=29.29%
B=36.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021742180.070.2000.15278.1837.2976.86
HexCAAEDA7140F116254d
Octal31225633272401742645115
Binary11001010101011101101101011110100011111000101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEDA; }

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

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

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

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

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

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

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

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