#CAC6EA

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

Shades of Lavender Blue #CAC6EA

Tints of Lavender Blue #CAC6EA

Color information

#CAC6EA (or 0xCAC6EA) is unknown color: approx Lavender Blue. HEX triplet: CA, C6 and EA. RGB value is (202,198,234). Sum of RGB (Red+Green+Blue) = 202+198+234=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6EA is #353915. Grayscale: #CBCBCB. Windows color (decimal): -3488022 or 15386314. OLE color: 15386314.

HSL color Cylindrical-coordinate representation of color #CAC6EA: hue angle of 246.67º degrees, saturation: 0.46, 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 #CAC6EA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202198234-
CMYK0.140.1500.08
HSL246.67º46.15%84.71%-
HSV(B)246.67º15.38%91.76%-
XYZ59.458.8986.08-
YUV203.3145.33127.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 198 (77.73% from 255) = 31.23%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=31.86%
G=31.23%
B=36.91%

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
Decimal2021982340.140.1500.08246.6746.1584.71
HexCAC6EAEF08f72e55
Octal312306352161701036756125
Binary1100101011000110111010101110111101000111101111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6EA; }

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

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

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

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

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

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

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

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