#CAC8EB

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

Shades of Lavender Blue #CAC8EB

Tints of Lavender Blue #CAC8EB

Color information

#CAC8EB (or 0xCAC8EB) is unknown color: approx Lavender Blue. HEX triplet: CA, C8 and EB. RGB value is (202,200,235). Sum of RGB (Red+Green+Blue) = 202+200+235=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8EB is #353714. Grayscale: #CCCCCC. Windows color (decimal): -3487509 or 15452362. OLE color: 15452362.

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

Color convert

RGB202200235-
CMYK0.140.1500.08
HSL243.43º46.67%85.29%-
HSV(B)243.43º14.89%92.16%-
XYZ60.0159.8686.99-
YUV204.59145.16126.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=31.71%
G=31.40%
B=36.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022002350.140.1500.08243.4346.6785.29
HexCAC8EBEF08f32f55
Octal312310353161701036357125
Binary1100101011001000111010111110111101000111100111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8EB; }

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

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

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

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

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

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

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

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