#CACAEF

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

Shades of Lavender Blue #CACAEF

Tints of Lavender Blue #CACAEF

Color information

#CACAEF (or 0xCACAEF) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and EF. RGB value is (202,202,239). Sum of RGB (Red+Green+Blue) = 202+202+239=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #CACAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAEF is #353510. Grayscale: #CECECE. Windows color (decimal): -3486993 or 15715018. OLE color: 15715018.

HSL color Cylindrical-coordinate representation of color #CACAEF: hue angle of 240º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACAEF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202202239-
CMYK0.150.1500.06
HSL240º53.62%86.47%-
HSV(B)240º15.48%93.73%-
XYZ61.0661.0390.22-
YUV206.22146.5124.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=31.42%
G=31.42%
B=37.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022022390.150.1500.0624053.6286.47
HexCACAEFFF06f03656
Octal31231235717170636066126
Binary110010101100101011101111111111110110111100001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAEF; }

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

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

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

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

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

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

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

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