#CAACDB

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

Shades of Prelude #CAACDB

Tints of Prelude #CAACDB

Color information

#CAACDB (or 0xCAACDB) is unknown color: approx Prelude. HEX triplet: CA, AC and DB. RGB value is (202,172,219). Sum of RGB (Red+Green+Blue) = 202+172+219=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACDB is #355324. Grayscale: #BABABA. Windows color (decimal): -3494693 or 14396618. OLE color: 14396618.

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

Color convert

RGB202172219-
CMYK0.080.2100.14
HSL278.3º39.5%76.67%-
HSV(B)278.3º21.46%85.88%-
XYZ51.947.1873.39-
YUV186.33146.44139.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=34.06%
G=29.01%
B=36.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021722190.080.2100.14278.339.576.67
HexCAACDB8150E116274d
Octal312254333102501642647115
Binary110010101010110011011011100010101011101000101101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACDB; }

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

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

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

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

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

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

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

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