#CACAFC

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

Shades of Lavender Blue #CACAFC

Tints of Lavender Blue #CACAFC

Color information

#CACAFC (or 0xCACAFC) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and FC. RGB value is (202,202,252). Sum of RGB (Red+Green+Blue) = 202+202+252=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #CACAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAFC is #353503. Grayscale: #CFCFCF. Windows color (decimal): -3486980 or 16566986. OLE color: 16566986.

HSL color Cylindrical-coordinate representation of color #CACAFC: hue angle of 240º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACAFC is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202202252-
CMYK0.200.2000.01
HSL240º89.29%89.02%-
HSV(B)240º19.84%98.82%-
XYZ63.0561.83100.71-
YUV207.7153123.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.79%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=30.79%
G=30.79%
B=38.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022022520.200.2000.0124089.2989.02
HexCACAFC141401f05959
Octal312312374242401360131131
Binary1100101011001010111111001010010100011111000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAFC; }

 p { color: rgb(202,202,252); }

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

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

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

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

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

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

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