#CACFFA

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

Shades of Lavender Blue #CACFFA

Tints of Lavender Blue #CACFFA

Color information

#CACFFA (or 0xCACFFA) is unknown color: approx Lavender Blue. HEX triplet: CA, CF and FA. RGB value is (202,207,250). Sum of RGB (Red+Green+Blue) = 202+207+250=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #CACFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFFA is #353005. Grayscale: #D2D2D2. Windows color (decimal): -3485702 or 16437194. OLE color: 16437194.

HSL color Cylindrical-coordinate representation of color #CACFFA: hue angle of 233.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CACFFA is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202207250-
CMYK0.190.1700.02
HSL233.75º82.76%88.63%-
HSV(B)233.75º19.2%98.04%-
XYZ63.9364.0899.44-
YUV210.41150.34122-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=30.65%
G=31.41%
B=37.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022072500.190.1700.02233.7582.7688.63
HexCACFFA131102ea5359
Octal312317372232102352123131
Binary11001010110011111111101010011100010101110101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFFA; }

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

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

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

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

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

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

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

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