#CAACD1

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

Shades of Prelude #CAACD1

Tints of Prelude #CAACD1

Color information

#CAACD1 (or 0xCAACD1) is unknown color: approx Prelude. HEX triplet: CA, AC and D1. RGB value is (202,172,209). Sum of RGB (Red+Green+Blue) = 202+172+209=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACD1 is #35532E. Grayscale: #B9B9B9. Windows color (decimal): -3494703 or 13741258. OLE color: 13741258.

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

Color convert

RGB202172209-
CMYK0.030.1800.18
HSL288.65º28.68%74.71%-
HSV(B)288.65º17.7%81.96%-
XYZ50.6246.6766.66-
YUV185.19141.44139.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=34.65%
G=29.50%
B=35.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021722090.030.1800.18288.6528.6874.71
HexCAACD13120121211d4b
Octal31225432132202244135113
Binary1100101010101100110100011110010010010100100001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACD1; }

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

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

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

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

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

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

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

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