#CAC3FD

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

Shades of Lavender Blue #CAC3FD

Tints of Lavender Blue #CAC3FD

Color information

#CAC3FD (or 0xCAC3FD) is unknown color: approx Lavender Blue. HEX triplet: CA, C3 and FD. RGB value is (202,195,253). Sum of RGB (Red+Green+Blue) = 202+195+253=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC3FD is #353C02. Grayscale: #CBCBCB. Windows color (decimal): -3488771 or 16630730. OLE color: 16630730.

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

Color convert

RGB202195253-
CMYK0.200.2300.01
HSL247.24º93.55%87.84%-
HSV(B)247.24º22.92%99.22%-
XYZ61.658.68101.01-
YUV203.7155.82126.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 195 (76.56% from 255) = 30%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=31.08%
G=30%
B=38.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021952530.200.2300.01247.2493.5587.84
HexCAC3FD141701f75e58
Octal312303375242701367136130
Binary1100101011000011111111011010010111011111011110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3FD; }

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

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

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

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

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

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

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

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