#CAACDC

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

Shades of Prelude #CAACDC

Tints of Prelude #CAACDC

Color information

#CAACDC (or 0xCAACDC) is unknown color: approx Prelude. HEX triplet: CA, AC and DC. RGB value is (202,172,220). Sum of RGB (Red+Green+Blue) = 202+172+220=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACDC is #355323. Grayscale: #BABABA. Windows color (decimal): -3494692 or 14462154. OLE color: 14462154.

HSL color Cylindrical-coordinate representation of color #CAACDC: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAACDC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202172220-
CMYK0.080.2200.14
HSL277.5º40.68%76.86%-
HSV(B)277.5º21.82%86.27%-
XYZ52.0347.2374.08-
YUV186.44146.94139.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=34.01%
G=28.96%
B=37.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021722200.080.2200.14277.540.6876.86
HexCAACDC8160E116294d
Octal312254334102601642651115
Binary110010101010110011011100100010110011101000101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACDC; }

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

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

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

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

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

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

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

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