#CACAEE

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

Shades of Lavender Blue #CACAEE

Tints of Lavender Blue #CACAEE

Color information

#CACAEE (or 0xCACAEE) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and EE. RGB value is (202,202,238). Sum of RGB (Red+Green+Blue) = 202+202+238=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #CACAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAEE is #353511. Grayscale: #CDCDCD. Windows color (decimal): -3486994 or 15649482. OLE color: 15649482.

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

Color convert

RGB202202238-
CMYK0.150.1500.07
HSL240º51.43%86.27%-
HSV(B)240º15.13%93.33%-
XYZ60.9160.9789.45-
YUV206.1146125.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=31.46%
G=31.46%
B=37.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022022380.150.1500.0724051.4386.27
HexCACAEEFF07f03356
Octal31231235617170736063126
Binary110010101100101011101110111111110111111100001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAEE; }

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

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

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

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

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

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

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

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