#CACEF1

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

Shades of Lavender Blue #CACEF1

Tints of Lavender Blue #CACEF1

Color information

#CACEF1 (or 0xCACEF1) is unknown color: approx Lavender Blue. HEX triplet: CA, CE and F1. RGB value is (202,206,241). Sum of RGB (Red+Green+Blue) = 202+206+241=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #CACEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEF1 is #35310E. Grayscale: #D0D0D0. Windows color (decimal): -3485967 or 15847114. OLE color: 15847114.

HSL color Cylindrical-coordinate representation of color #CACEF1: hue angle of 233.85º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CACEF1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202206241-
CMYK0.160.1500.05
HSL233.85º58.21%86.86%-
HSV(B)233.85º16.18%94.51%-
XYZ62.3163.0592.11-
YUV208.79146.17123.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 206 (80.86% from 255) = 31.74%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=31.12%
G=31.74%
B=37.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022062410.160.1500.05233.8558.2186.86
HexCACEF110F05ea3a57
Octal31231636120170535272127
Binary1100101011001110111100011000011110101111010101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEF1; }

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

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

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

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

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

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

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

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