#CACFFF

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

Shades of Lavender Blue #CACFFF

Tints of Lavender Blue #CACFFF

Color information

#CACFFF (or 0xCACFFF) is unknown color: approx Lavender Blue. HEX triplet: CA, CF and FF. RGB value is (202,207,255). Sum of RGB (Red+Green+Blue) = 202+207+255=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #CACFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFFF is #353000. Grayscale: #D2D2D2. Windows color (decimal): -3485697 or 16764874. OLE color: 16764874.

HSL color Cylindrical-coordinate representation of color #CACFFF: hue angle of 234.34º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACFFF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202207255-
CMYK0.210.1900
HSL234.34º100%89.61%-
HSV(B)234.34º20.78%100%-
XYZ64.7264.4103.63-
YUV210.98152.84121.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.42%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 255 (100% from 255) = 38.40%
R=30.42%
G=31.17%
B=38.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022072550.210.1900234.3410089.61
HexCACFFF151300ea645a
Octal312317377252300352144132
Binary1100101011001111111111111010110011001110101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFFF; }

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

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

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

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

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

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

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

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