#CACAE9

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

Shades of Lavender Blue #CACAE9

Tints of Lavender Blue #CACAE9

Color information

#CACAE9 (or 0xCACAE9) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and E9. RGB value is (202,202,233). Sum of RGB (Red+Green+Blue) = 202+202+233=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #CACAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAE9 is #353516. Grayscale: #CDCDCD. Windows color (decimal): -3486999 or 15321802. OLE color: 15321802.

HSL color Cylindrical-coordinate representation of color #CACAE9: hue angle of 240º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACAE9 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202202233-
CMYK0.130.1300.09
HSL240º41.33%85.29%-
HSV(B)240º13.3%91.37%-
XYZ60.1960.6885.63-
YUV205.53143.5125.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 233 (91.41% from 255) = 36.58%
R=31.71%
G=31.71%
B=36.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022022330.130.1300.0924041.3385.29
HexCACAE9DD09f02955
Octal312312351151501136051125
Binary1100101011001010111010011101110101001111100001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAE9; }

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

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

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

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

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

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

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

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