#CAC7EA

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

Shades of Lavender Blue #CAC7EA

Tints of Lavender Blue #CAC7EA

Color information

#CAC7EA (or 0xCAC7EA) is unknown color: approx Lavender Blue. HEX triplet: CA, C7 and EA. RGB value is (202,199,234). Sum of RGB (Red+Green+Blue) = 202+199+234=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7EA is #353815. Grayscale: #CBCBCB. Windows color (decimal): -3487766 or 15386570. OLE color: 15386570.

HSL color Cylindrical-coordinate representation of color #CAC7EA: hue angle of 245.14º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC7EA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202199234-
CMYK0.140.1500.08
HSL245.14º45.45%84.9%-
HSV(B)245.14º14.96%91.76%-
XYZ59.6359.3486.15-
YUV203.89144.99126.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=31.81%
G=31.34%
B=36.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021992340.140.1500.08245.1445.4584.9
HexCAC7EAEF08f52d55
Octal312307352161701036555125
Binary1100101011000111111010101110111101000111101011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7EA; }

 p { color: rgb(202,199,234); }

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

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

 a { background-color: rgb(202,199,234); }

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

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

 span { border-color: rgb(202,199,234); }

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