#CAAAD1

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

Shades of Prelude #CAAAD1

Tints of Prelude #CAAAD1

Color information

#CAAAD1 (or 0xCAAAD1) is unknown color: approx Prelude. HEX triplet: CA, AA and D1. RGB value is (202,170,209). Sum of RGB (Red+Green+Blue) = 202+170+209=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAAAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAD1 is #35552E. Grayscale: #B7B7B7. Windows color (decimal): -3495215 or 13740746. OLE color: 13740746.

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

Color convert

RGB202170209-
CMYK0.030.1900.18
HSL289.23º29.77%74.31%-
HSV(B)289.23º18.66%81.96%-
XYZ50.2445.9166.54-
YUV184.01142.1140.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 209 (82.03% from 255) = 35.97%
R=34.77%
G=29.26%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021702090.030.1900.18289.2329.7774.31
HexCAAAD13130121211e4a
Octal31225232132302244136112
Binary1100101010101010110100011110011010010100100001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAD1; }

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

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

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

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

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

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

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

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