#CACFF5

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

Shades of Lavender Blue #CACFF5

Tints of Lavender Blue #CACFF5

Color information

#CACFF5 (or 0xCACFF5) is unknown color: approx Lavender Blue. HEX triplet: CA, CF and F5. RGB value is (202,207,245). Sum of RGB (Red+Green+Blue) = 202+207+245=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #CACFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFF5 is #35300A. Grayscale: #D1D1D1. Windows color (decimal): -3485707 or 16109514. OLE color: 16109514.

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

Color convert

RGB202207245-
CMYK0.180.1600.04
HSL233.02º68.25%87.65%-
HSV(B)233.02º17.55%96.08%-
XYZ63.1563.7795.37-
YUV209.84147.84122.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=30.89%
G=31.65%
B=37.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022072450.180.1600.04233.0268.2587.65
HexCACFF5121004e94458
Octal312317365222004351104130
Binary110010101100111111110101100101000001001110100110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFF5; }

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

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

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

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

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

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

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

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