#CAB8FE

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

Shades of Lavender Blue #CAB8FE

Tints of Lavender Blue #CAB8FE

Color information

#CAB8FE (or 0xCAB8FE) is unknown color: approx Lavender Blue. HEX triplet: CA, B8 and FE. RGB value is (202,184,254). Sum of RGB (Red+Green+Blue) = 202+184+254=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAB8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8FE is #354701. Grayscale: #C5C5C5. Windows color (decimal): -3491586 or 16693450. OLE color: 16693450.

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

Color convert

RGB202184254-
CMYK0.200.2800.00
HSL255.43º97.22%85.88%-
HSV(B)255.43º27.56%99.61%-
XYZ59.3953.99101.06-
YUV197.36159.96131.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 184 (72.27% from 255) = 28.75%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=31.56%
G=28.75%
B=39.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021842540.200.2800.00255.4397.2285.88
HexCAB8FE141C00ff6156
Octal312270376243400377141126
Binary1100101010111000111111101010011100001111111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB8FE; }

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

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

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

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

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

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

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

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