#CAACD6

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

Shades of Prelude #CAACD6

Tints of Prelude #CAACD6

Color information

#CAACD6 (or 0xCAACD6) is unknown color: approx Prelude. HEX triplet: CA, AC and D6. RGB value is (202,172,214). Sum of RGB (Red+Green+Blue) = 202+172+214=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACD6 is #355329. Grayscale: #B9B9B9. Windows color (decimal): -3494698 or 14068938. OLE color: 14068938.

HSL color Cylindrical-coordinate representation of color #CAACD6: hue angle of 282.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAACD6 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202172214-
CMYK0.060.2000.16
HSL282.86º33.87%75.69%-
HSV(B)282.86º19.63%83.92%-
XYZ51.2546.9269.97-
YUV185.76143.94139.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 214 (83.98% from 255) = 36.39%
R=34.35%
G=29.25%
B=36.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021722140.060.2000.16282.8633.8775.69
HexCAACD661401011b224c
Octal31225432662402043342114
Binary110010101010110011010110110101000100001000110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACD6; }

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

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

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

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

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

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

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

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