#CACAED

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

Shades of Lavender Blue #CACAED

Tints of Lavender Blue #CACAED

Color information

#CACAED (or 0xCACAED) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and ED. RGB value is (202,202,237). Sum of RGB (Red+Green+Blue) = 202+202+237=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #CACAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAED is #353512. Grayscale: #CDCDCD. Windows color (decimal): -3486995 or 15583946. OLE color: 15583946.

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

Color convert

RGB202202237-
CMYK0.150.1500.07
HSL240º49.3%86.08%-
HSV(B)240º14.77%92.94%-
XYZ60.7660.9188.68-
YUV205.99145.5125.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=31.51%
G=31.51%
B=36.97%

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
Decimal2022022370.150.1500.0724049.386.08
HexCACAEDFF07f03156
Octal31231235517170736061126
Binary110010101100101011101101111111110111111100001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAED; }

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

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

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

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

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

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

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

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