#CAB6FF

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

Shades of Lavender Blue #CAB6FF

Tints of Lavender Blue #CAB6FF

Color information

#CAB6FF (or 0xCAB6FF) is unknown color: approx Lavender Blue. HEX triplet: CA, B6 and FF. RGB value is (202,182,255). Sum of RGB (Red+Green+Blue) = 202+182+255=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6FF is #354900. Grayscale: #C4C4C4. Windows color (decimal): -3492097 or 16758474. OLE color: 16758474.

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

Color convert

RGB202182255-
CMYK0.210.2900
HSL256.44º100%85.69%-
HSV(B)256.44º28.63%100%-
XYZ59.1453.23101.77-
YUV196.3161.13132.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 182 (71.48% from 255) = 28.48%
BLUE value IS 255 (100% from 255) = 39.91%
R=31.61%
G=28.48%
B=39.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021822550.210.2900256.4410085.69
HexCAB6FF151D001006456
Octal312266377253500400144126
Binary11001010101101101111111110101111010010000000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6FF; }

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

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

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

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

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

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

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

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