#CACEFC

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

Shades of Lavender Blue #CACEFC

Tints of Lavender Blue #CACEFC

Color information

#CACEFC (or 0xCACEFC) is unknown color: approx Lavender Blue. HEX triplet: CA, CE and FC. RGB value is (202,206,252). Sum of RGB (Red+Green+Blue) = 202+206+252=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #CACEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEFC is #353103. Grayscale: #D1D1D1. Windows color (decimal): -3485956 or 16568010. OLE color: 16568010.

HSL color Cylindrical-coordinate representation of color #CACEFC: hue angle of 235.2º 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 #CACEFC is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202206252-
CMYK0.200.1800.01
HSL235.2º89.29%89.02%-
HSV(B)235.2º19.84%98.82%-
XYZ6463.73101.02-
YUV210.05151.67122.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=30.61%
G=31.21%
B=38.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022062520.200.1800.01235.289.2989.02
HexCACEFC141201eb5959
Octal312316374242201353131131
Binary1100101011001110111111001010010010011110101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEFC; }

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

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

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

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

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

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

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

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