#CAACD9

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

Shades of Prelude #CAACD9

Tints of Prelude #CAACD9

Color information

#CAACD9 (or 0xCAACD9) is unknown color: approx Prelude. HEX triplet: CA, AC and D9. RGB value is (202,172,217). Sum of RGB (Red+Green+Blue) = 202+172+217=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACD9 is #355326. Grayscale: #B9B9B9. Windows color (decimal): -3494695 or 14265546. OLE color: 14265546.

HSL color Cylindrical-coordinate representation of color #CAACD9: hue angle of 280º degrees, saturation: 0.37, 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 #CAACD9 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202172217-
CMYK0.070.2100.15
HSL280º37.19%76.27%-
HSV(B)280º20.74%85.1%-
XYZ51.6347.0772.01-
YUV186.1145.44139.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=34.18%
G=29.10%
B=36.72%

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
Decimal2021722170.070.2100.1528037.1976.27
HexCAACD97150F118254c
Octal31225433172501743045114
Binary11001010101011001101100111110101011111000110001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACD9; }

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

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

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

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

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

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

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

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