#CACFF7

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

Shades of Lavender Blue #CACFF7

Tints of Lavender Blue #CACFF7

Color information

#CACFF7 (or 0xCACFF7) is unknown color: approx Lavender Blue. HEX triplet: CA, CF and F7. RGB value is (202,207,247). Sum of RGB (Red+Green+Blue) = 202+207+247=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #CACFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF7 is #353008. Grayscale: #D1D1D1. Windows color (decimal): -3485705 or 16240586. OLE color: 16240586.

HSL color Cylindrical-coordinate representation of color #CACFF7: hue angle of 233.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACFF7 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202207247-
CMYK0.180.1600.03
HSL233.33º73.77%88.04%-
HSV(B)233.33º18.22%96.86%-
XYZ63.4663.996.98-
YUV210.06148.84122.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.79%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 247 (96.88% from 255) = 37.65%
R=30.79%
G=31.55%
B=37.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022072470.180.1600.03233.3373.7788.04
HexCACFF7121003e94a58
Octal312317367222003351112130
Binary11001010110011111111011110010100000111110100110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFF7; }

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

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

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

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

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

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

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

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