#CAAED3

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

Shades of Prelude #CAAED3

Tints of Prelude #CAAED3

Color information

#CAAED3 (or 0xCAAED3) is unknown color: approx Prelude. HEX triplet: CA, AE and D3. RGB value is (202,174,211). Sum of RGB (Red+Green+Blue) = 202+174+211=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED3 is #35512C. Grayscale: #BABABA. Windows color (decimal): -3494189 or 13872842. OLE color: 13872842.

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

Color convert

RGB202174211-
CMYK0.040.1800.17
HSL285.41º29.6%75.49%-
HSV(B)285.41º17.54%82.75%-
XYZ51.2547.5368.1-
YUV186.59141.78138.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=34.41%
G=29.64%
B=35.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021742110.040.1800.17285.4129.675.49
HexCAAED341201111d1e4b
Octal31225632342202143536113
Binary11001010101011101101001110010010010001100011101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAED3; }

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

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

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

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

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

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

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

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