#CAB7FE

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

Shades of Lavender Blue #CAB7FE

Tints of Lavender Blue #CAB7FE

Color information

#CAB7FE (or 0xCAB7FE) is unknown color: approx Lavender Blue. HEX triplet: CA, B7 and FE. RGB value is (202,183,254). Sum of RGB (Red+Green+Blue) = 202+183+254=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7FE is #354801. Grayscale: #C4C4C4. Windows color (decimal): -3491842 or 16693194. OLE color: 16693194.

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

Color convert

RGB202183254-
CMYK0.200.2800.00
HSL256.06º97.26%85.69%-
HSV(B)256.06º27.95%99.61%-
XYZ59.1853.58100.99-
YUV196.77160.29131.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 183 (71.88% from 255) = 28.64%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=31.61%
G=28.64%
B=39.75%

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
Decimal2021832540.200.2800.00256.0697.2685.69
HexCAB7FE141C001006156
Octal312267376243400400141126
Binary11001010101101111111111010100111000010000000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7FE; }

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

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

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

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

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

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

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

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