#CAACD5

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

Shades of Prelude #CAACD5

Tints of Prelude #CAACD5

Color information

#CAACD5 (or 0xCAACD5) is unknown color: approx Prelude. HEX triplet: CA, AC and D5. RGB value is (202,172,213). Sum of RGB (Red+Green+Blue) = 202+172+213=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACD5 is #35532A. Grayscale: #B9B9B9. Windows color (decimal): -3494699 or 14003402. OLE color: 14003402.

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

Color convert

RGB202172213-
CMYK0.050.1900.16
HSL283.9º32.8%75.49%-
HSV(B)283.9º19.25%83.53%-
XYZ51.1246.8769.3-
YUV185.64143.44139.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=34.41%
G=29.30%
B=36.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021722130.050.1900.16283.932.875.49
HexCAACD551301011c214b
Octal31225432552302043441113
Binary110010101010110011010101101100110100001000111001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACD5; }

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

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

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

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

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

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

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

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