#CAC7E9

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

Shades of Lavender Blue #CAC7E9

Tints of Lavender Blue #CAC7E9

Color information

#CAC7E9 (or 0xCAC7E9) is unknown color: approx Lavender Blue. HEX triplet: CA, C7 and E9. RGB value is (202,199,233). Sum of RGB (Red+Green+Blue) = 202+199+233=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAC7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7E9 is #353816. Grayscale: #CBCBCB. Windows color (decimal): -3487767 or 15321034. OLE color: 15321034.

HSL color Cylindrical-coordinate representation of color #CAC7E9: hue angle of 245.29º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC7E9 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202199233-
CMYK0.130.1500.09
HSL245.29º43.59%84.71%-
HSV(B)245.29º14.59%91.37%-
XYZ59.4959.2985.4-
YUV203.77144.49126.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 199 (78.12% from 255) = 31.39%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=31.86%
G=31.39%
B=36.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021992330.130.1500.09245.2943.5984.71
HexCAC7E9DF09f52c55
Octal312307351151701136554125
Binary1100101011000111111010011101111101001111101011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7E9; }

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

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

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

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

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

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

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

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