#CAABD9

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

Shades of Prelude #CAABD9

Tints of Prelude #CAABD9

Color information

#CAABD9 (or 0xCAABD9) is unknown color: approx Prelude. HEX triplet: CA, AB and D9. RGB value is (202,171,217). Sum of RGB (Red+Green+Blue) = 202+171+217=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABD9 is #355426. Grayscale: #B9B9B9. Windows color (decimal): -3494951 or 14265290. OLE color: 14265290.

HSL color Cylindrical-coordinate representation of color #CAABD9: hue angle of 280.43º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAABD9 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202171217-
CMYK0.070.2100.15
HSL280.43º37.7%76.08%-
HSV(B)280.43º21.2%85.1%-
XYZ51.4446.6971.95-
YUV185.51145.77139.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=34.24%
G=28.98%
B=36.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021712170.070.2100.15280.4337.776.08
HexCAABD97150F118264c
Octal31225333172501743046114
Binary11001010101010111101100111110101011111000110001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABD9; }

 p { color: rgb(202,171,217); }

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

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

 a { background-color: rgb(202,171,217); }

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

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

 span { border-color: rgb(202,171,217); }

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