#CAACCD

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

Shades of Lilac #CAACCD

Tints of Lilac #CAACCD

Color information

#CAACCD (or 0xCAACCD) is unknown color: approx Lilac. HEX triplet: CA, AC and CD. RGB value is (202,172,205). Sum of RGB (Red+Green+Blue) = 202+172+205=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACCD is #355332. Grayscale: #B8B8B8. Windows color (decimal): -3494707 or 13479114. OLE color: 13479114.

HSL color Cylindrical-coordinate representation of color #CAACCD: hue angle of 294.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAACCD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202172205-
CMYK0.010.1600.20
HSL294.55º24.81%73.92%-
HSV(B)294.55º16.1%80.39%-
XYZ50.1346.4764.09-
YUV184.73139.44140.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=34.89%
G=29.71%
B=35.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021722050.010.1600.20294.5524.8173.92
HexCAACCD110014127194a
Octal31225431512002444731112
Binary110010101010110011001101110000010100100100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACCD; }

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

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

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

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

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

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

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

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