#CAAED6

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

Shades of Prelude #CAAED6

Tints of Prelude #CAAED6

Color information

#CAAED6 (or 0xCAAED6) is unknown color: approx Prelude. HEX triplet: CA, AE and D6. RGB value is (202,174,214). Sum of RGB (Red+Green+Blue) = 202+174+214=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED6 is #355129. Grayscale: #BABABA. Windows color (decimal): -3494186 or 14069450. OLE color: 14069450.

HSL color Cylindrical-coordinate representation of color #CAAED6: hue angle of 282º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAAED6 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202174214-
CMYK0.060.1900.16
HSL282º32.79%76.08%-
HSV(B)282º18.69%83.92%-
XYZ51.6347.6870.1-
YUV186.93143.28138.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=34.24%
G=29.49%
B=36.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021742140.060.1900.1628232.7976.08
HexCAAED661301011a214c
Octal31225632662302043241114
Binary110010101010111011010110110100110100001000110101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAED6; }

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

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

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

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

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

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

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

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