#CAAAD2

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

Shades of Prelude #CAAAD2

Tints of Prelude #CAAAD2

Color information

#CAAAD2 (or 0xCAAAD2) is unknown color: approx Prelude. HEX triplet: CA, AA and D2. RGB value is (202,170,210). Sum of RGB (Red+Green+Blue) = 202+170+210=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAD2 is #35552D. Grayscale: #B7B7B7. Windows color (decimal): -3495214 or 13806282. OLE color: 13806282.

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

Color convert

RGB202170210-
CMYK0.040.1900.18
HSL288º30.77%74.51%-
HSV(B)288º19.05%82.35%-
XYZ50.3645.9667.19-
YUV184.13142.6140.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 210 (82.42% from 255) = 36.08%
R=34.71%
G=29.21%
B=36.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021702100.040.1900.1828830.7774.51
HexCAAAD24130121201f4b
Octal31225232242302244037113
Binary11001010101010101101001010010011010010100100000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAD2; }

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

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

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

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

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

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

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

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