#CACEF9

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

Shades of Lavender Blue #CACEF9

Tints of Lavender Blue #CACEF9

Color information

#CACEF9 (or 0xCACEF9) is unknown color: approx Lavender Blue. HEX triplet: CA, CE and F9. RGB value is (202,206,249). Sum of RGB (Red+Green+Blue) = 202+206+249=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #CACEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEF9 is #353106. Grayscale: #D1D1D1. Windows color (decimal): -3485959 or 16371402. OLE color: 16371402.

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

Color convert

RGB202206249-
CMYK0.190.1700.02
HSL234.89º79.66%88.43%-
HSV(B)234.89º18.88%97.65%-
XYZ63.5363.5498.54-
YUV209.71150.17122.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 249 (97.66% from 255) = 37.90%
R=30.75%
G=31.35%
B=37.90%

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
Decimal2022062490.190.1700.02234.8979.6688.43
HexCACEF9131102eb5058
Octal312316371232102353120130
Binary11001010110011101111100110011100010101110101110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEF9; }

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

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

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

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

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

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

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

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