#CABAFD

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

Shades of Lavender Blue #CABAFD

Tints of Lavender Blue #CABAFD

Color information

#CABAFD (or 0xCABAFD) is unknown color: approx Lavender Blue. HEX triplet: CA, BA and FD. RGB value is (202,186,253). Sum of RGB (Red+Green+Blue) = 202+186+253=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #CABAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAFD is #354502. Grayscale: #C6C6C6. Windows color (decimal): -3491075 or 16628426. OLE color: 16628426.

HSL color Cylindrical-coordinate representation of color #CABAFD: hue angle of 254.33º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CABAFD is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202186253-
CMYK0.200.2600.01
HSL254.33º94.37%86.08%-
HSV(B)254.33º26.48%99.22%-
XYZ59.6554.77100.36-
YUV198.42158.8130.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=31.51%
G=29.02%
B=39.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021862530.200.2600.01254.3394.3786.08
HexCABAFD141A01fe5e56
Octal312272375243201376136126
Binary1100101010111010111111011010011010011111111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAFD; }

 p { color: rgb(202,186,253); }

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

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

 a { background-color: rgb(202,186,253); }

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

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

 span { border-color: rgb(202,186,253); }

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