#CACAEA

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

Shades of Lavender Blue #CACAEA

Tints of Lavender Blue #CACAEA

Color information

#CACAEA (or 0xCACAEA) is unknown color: approx Lavender Blue. HEX triplet: CA, CA and EA. RGB value is (202,202,234). Sum of RGB (Red+Green+Blue) = 202+202+234=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #CACAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAEA is #353515. Grayscale: #CDCDCD. Windows color (decimal): -3486998 or 15387338. OLE color: 15387338.

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

Color convert

RGB202202234-
CMYK0.140.1400.08
HSL240º43.24%85.49%-
HSV(B)240º13.68%91.76%-
XYZ60.3360.7486.39-
YUV205.65144125.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=31.66%
G=31.66%
B=36.68%

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
Decimal2022022340.140.1400.0824043.2485.49
HexCACAEAEE08f02b55
Octal312312352161601036053125
Binary1100101011001010111010101110111001000111100001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAEA; }

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

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

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

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

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

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

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

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