#CACAEB

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

Shades of Lavender Blue #CACAEB

Tints of Lavender Blue #CACAEB

Color information

#CACAEB (or 0xCACAEB) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and EB. RGB value is (202,202,235). Sum of RGB (Red+Green+Blue) = 202+202+235=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #CACAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAEB is #353514. Grayscale: #CDCDCD. Windows color (decimal): -3486997 or 15452874. OLE color: 15452874.

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

Color convert

RGB202202235-
CMYK0.140.1400.08
HSL240º45.21%85.69%-
HSV(B)240º14.04%92.16%-
XYZ60.4760.887.14-
YUV205.76144.5125.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=31.61%
G=31.61%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022022350.140.1400.0824045.2185.69
HexCACAEBEE08f02d56
Octal312312353161601036055126
Binary1100101011001010111010111110111001000111100001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAEB; }

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

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

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

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

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

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

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

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