#CAAAD7

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

Shades of Prelude #CAAAD7

Tints of Prelude #CAAAD7

Color information

#CAAAD7 (or 0xCAAAD7) is unknown color: approx Prelude. HEX triplet: CA, AA and D7. RGB value is (202,170,215). Sum of RGB (Red+Green+Blue) = 202+170+215=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAAAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAD7 is #355528. Grayscale: #B8B8B8. Windows color (decimal): -3495209 or 14133962. OLE color: 14133962.

HSL color Cylindrical-coordinate representation of color #CAAAD7: hue angle of 282.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAAAD7 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202170215-
CMYK0.060.2100.16
HSL282.67º36%75.49%-
HSV(B)282.67º20.93%84.31%-
XYZ5146.2170.52-
YUV184.7145.1140.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=34.41%
G=28.96%
B=36.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021702150.060.2100.16282.673675.49
HexCAAAD761501011b244b
Octal31225232762502043344113
Binary110010101010101011010111110101010100001000110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAD7; }

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

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

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

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

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

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

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

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