#CAB5FF

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

Shades of Lavender Blue #CAB5FF

Tints of Lavender Blue #CAB5FF

Color information

#CAB5FF (or 0xCAB5FF) is unknown color: approx Lavender Blue. HEX triplet: CA, B5 and FF. RGB value is (202,181,255). Sum of RGB (Red+Green+Blue) = 202+181+255=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB5FF is #354A00. Grayscale: #C3C3C3. Windows color (decimal): -3492353 or 16758218. OLE color: 16758218.

HSL color Cylindrical-coordinate representation of color #CAB5FF: hue angle of 257.03º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAB5FF is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202181255-
CMYK0.210.2900
HSL257.03º100%85.49%-
HSV(B)257.03º29.02%100%-
XYZ58.9352.82101.7-
YUV195.71161.46132.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 181 (71.09% from 255) = 28.37%
BLUE value IS 255 (100% from 255) = 39.97%
R=31.66%
G=28.37%
B=39.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021812550.210.2900257.0310085.49
HexCAB5FF151D001016455
Octal312265377253500401144125
Binary11001010101101011111111110101111010010000000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5FF; }

 p { color: rgb(202,181,255); }

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

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

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

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

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

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

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