#CAC6FD

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

Shades of Lavender Blue #CAC6FD

Tints of Lavender Blue #CAC6FD

Color information

#CAC6FD (or 0xCAC6FD) is unknown color: approx Lavender Blue. HEX triplet: CA, C6 and FD. RGB value is (202,198,253). Sum of RGB (Red+Green+Blue) = 202+198+253=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6FD is #353902. Grayscale: #CDCDCD. Windows color (decimal): -3488003 or 16631498. OLE color: 16631498.

HSL color Cylindrical-coordinate representation of color #CAC6FD: hue angle of 244.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC6FD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202198253-
CMYK0.200.2200.01
HSL244.36º93.22%88.43%-
HSV(B)244.36º21.74%99.22%-
XYZ62.2860.04101.23-
YUV205.47154.83125.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 198 (77.73% from 255) = 30.32%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=30.93%
G=30.32%
B=38.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021982530.200.2200.01244.3693.2288.43
HexCAC6FD141601f45d58
Octal312306375242601364135130
Binary1100101011000110111111011010010110011111010010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6FD; }

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

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

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

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

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

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

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

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