#CAC8EF

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

Shades of Lavender Blue #CAC8EF

Tints of Lavender Blue #CAC8EF

Color information

#CAC8EF (or 0xCAC8EF) is unknown color: approx Lavender Blue. HEX triplet: CA, C8 and EF. RGB value is (202,200,239). Sum of RGB (Red+Green+Blue) = 202+200+239=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8EF is #353710. Grayscale: #CCCCCC. Windows color (decimal): -3487505 or 15714506. OLE color: 15714506.

HSL color Cylindrical-coordinate representation of color #CAC8EF: hue angle of 243.08º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC8EF is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202200239-
CMYK0.150.1600.06
HSL243.08º54.93%86.08%-
HSV(B)243.08º16.32%93.73%-
XYZ60.5960.190.07-
YUV205.04147.16125.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=31.51%
G=31.20%
B=37.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022002390.150.1600.06243.0854.9386.08
HexCAC8EFF1006f33756
Octal31231035717200636367126
Binary1100101011001000111011111111100000110111100111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8EF; }

 p { color: rgb(202,200,239); }

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

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

 a { background-color: rgb(202,200,239); }

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

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

 span { border-color: rgb(202,200,239); }

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