#CAAED5

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

Shades of Prelude #CAAED5

Tints of Prelude #CAAED5

Color information

#CAAED5 (or 0xCAAED5) is unknown color: approx Prelude. HEX triplet: CA, AE and D5. RGB value is (202,174,213). Sum of RGB (Red+Green+Blue) = 202+174+213=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED5 is #35512A. Grayscale: #BABABA. Windows color (decimal): -3494187 or 14003914. OLE color: 14003914.

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

Color convert

RGB202174213-
CMYK0.050.1800.16
HSL283.08º31.71%75.88%-
HSV(B)283.08º18.31%83.53%-
XYZ51.547.6369.43-
YUV186.82142.78138.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=34.30%
G=29.54%
B=36.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021742130.050.1800.16283.0831.7175.88
HexCAAED551201011b204c
Octal31225632552202043340114
Binary110010101010111011010101101100100100001000110111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAED5; }

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

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

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

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

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

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

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

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