#CACFF3

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

Shades of Lavender Blue #CACFF3

Tints of Lavender Blue #CACFF3

Color information

#CACFF3 (or 0xCACFF3) is unknown color: approx Lavender Blue. HEX triplet: CA, CF and F3. RGB value is (202,207,243). Sum of RGB (Red+Green+Blue) = 202+207+243=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #CACFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF3 is #35300C. Grayscale: #D1D1D1. Windows color (decimal): -3485709 or 15978442. OLE color: 15978442.

HSL color Cylindrical-coordinate representation of color #CACFF3: hue angle of 232.68º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACFF3 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202207243-
CMYK0.170.1500.05
HSL232.68º63.08%87.25%-
HSV(B)232.68º16.87%95.29%-
XYZ62.8563.6593.77-
YUV209.61146.84122.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 207 (81.25% from 255) = 31.75%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=30.98%
G=31.75%
B=37.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022072430.170.1500.05232.6863.0887.25
HexCACFF311F05e93f57
Octal31231736321170535177127
Binary1100101011001111111100111000111110101111010011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFF3; }

 p { color: rgb(202,207,243); }

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

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

 a { background-color: rgb(202,207,243); }

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

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

 span { border-color: rgb(202,207,243); }

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