#CAB8FF

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

Shades of Lavender Blue #CAB8FF

Tints of Lavender Blue #CAB8FF

Color information

#CAB8FF (or 0xCAB8FF) is unknown color: approx Lavender Blue. HEX triplet: CA, B8 and FF. RGB value is (202,184,255). Sum of RGB (Red+Green+Blue) = 202+184+255=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8FF is #354700. Grayscale: #C5C5C5. Windows color (decimal): -3491585 or 16758986. OLE color: 16758986.

HSL color Cylindrical-coordinate representation of color #CAB8FF: hue angle of 255.21º 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 #CAB8FF is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202184255-
CMYK0.210.2800
HSL255.21º100%86.08%-
HSV(B)255.21º27.84%100%-
XYZ59.5554.06101.9-
YUV197.48160.46131.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 184 (72.27% from 255) = 28.71%
BLUE value IS 255 (100% from 255) = 39.78%
R=31.51%
G=28.71%
B=39.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021842550.210.2800255.2110086.08
HexCAB8FF151C00ff6456
Octal312270377253400377144126
Binary1100101010111000111111111010111100001111111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB8FF; }

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

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

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

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

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

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

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

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