#CACAE8

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

Shades of Lavender Blue #CACAE8

Tints of Lavender Blue #CACAE8

Color information

#CACAE8 (or 0xCACAE8) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and E8. RGB value is (202,202,232). Sum of RGB (Red+Green+Blue) = 202+202+232=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 232 - color contains mainly: blue. Hex color #CACAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAE8 is #353517. Grayscale: #CDCDCD. Windows color (decimal): -3487000 or 15256266. OLE color: 15256266.

HSL color Cylindrical-coordinate representation of color #CACAE8: hue angle of 240º degrees, saturation: 0.39, 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 #CACAE8 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202202232-
CMYK0.130.1300.09
HSL240º39.47%85.1%-
HSV(B)240º12.93%90.98%-
XYZ60.0460.6284.88-
YUV205.42143125.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 232 (91.02% from 255) = 36.48%
R=31.76%
G=31.76%
B=36.48%

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
Decimal2022022320.130.1300.0924039.4785.1
HexCACAE8DD09f02755
Octal312312350151501136047125
Binary1100101011001010111010001101110101001111100001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAE8; }

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

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

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

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

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

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

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

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