#CAAED1

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

Shades of Prelude #CAAED1

Tints of Prelude #CAAED1

Color information

#CAAED1 (or 0xCAAED1) is unknown color: approx Prelude. HEX triplet: CA, AE and D1. RGB value is (202,174,209). Sum of RGB (Red+Green+Blue) = 202+174+209=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED1 is #35512E. Grayscale: #BABABA. Windows color (decimal): -3494191 or 13741770. OLE color: 13741770.

HSL color Cylindrical-coordinate representation of color #CAAED1: hue angle of 288º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAAED1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202174209-
CMYK0.030.1700.18
HSL288º27.56%75.1%-
HSV(B)288º16.75%81.96%-
XYZ5147.4366.79-
YUV186.36140.78139.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=34.53%
G=29.74%
B=35.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021742090.030.1700.1828827.5675.1
HexCAAED13110121201c4b
Octal31225632132102244034113
Binary1100101010101110110100011110001010010100100000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAED1; }

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

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

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

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

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

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

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

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