#CAB7FF

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

Shades of Lavender Blue #CAB7FF

Tints of Lavender Blue #CAB7FF

Color information

#CAB7FF (or 0xCAB7FF) is unknown color: approx Lavender Blue. HEX triplet: CA, B7 and FF. RGB value is (202,183,255). Sum of RGB (Red+Green+Blue) = 202+183+255=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7FF is #354800. Grayscale: #C4C4C4. Windows color (decimal): -3491841 or 16758730. OLE color: 16758730.

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

Color convert

RGB202183255-
CMYK0.210.2800
HSL255.83º100%85.88%-
HSV(B)255.83º28.24%100%-
XYZ59.3453.64101.83-
YUV196.89160.79131.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 183 (71.88% from 255) = 28.59%
BLUE value IS 255 (100% from 255) = 39.84%
R=31.56%
G=28.59%
B=39.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021832550.210.2800255.8310085.88
HexCAB7FF151C001006456
Octal312267377253400400144126
Binary11001010101101111111111110101111000010000000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7FF; }

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

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

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

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

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

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

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

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