#CAACDA

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

Shades of Prelude #CAACDA

Tints of Prelude #CAACDA

Color information

#CAACDA (or 0xCAACDA) is unknown color: approx Prelude. HEX triplet: CA, AC and DA. RGB value is (202,172,218). Sum of RGB (Red+Green+Blue) = 202+172+218=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACDA is #355325. Grayscale: #BABABA. Windows color (decimal): -3494694 or 14331082. OLE color: 14331082.

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

Color convert

RGB202172218-
CMYK0.070.2100.15
HSL279.13º38.33%76.47%-
HSV(B)279.13º21.1%85.49%-
XYZ51.7647.1272.7-
YUV186.21145.94139.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=34.12%
G=29.05%
B=36.82%

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
Decimal2021722180.070.2100.15279.1338.3376.47
HexCAACDA7150F117264c
Octal31225433272501742746114
Binary11001010101011001101101011110101011111000101111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACDA; }

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

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

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

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

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

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

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

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