#CABBFD

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

Shades of Lavender Blue #CABBFD

Tints of Lavender Blue #CABBFD

Color information

#CABBFD (or 0xCABBFD) is unknown color: approx Lavender Blue. HEX triplet: CA, BB and FD. RGB value is (202,187,253). Sum of RGB (Red+Green+Blue) = 202+187+253=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #CABBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBFD is #354402. Grayscale: #C6C6C6. Windows color (decimal): -3490819 or 16628682. OLE color: 16628682.

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

Color convert

RGB202187253-
CMYK0.200.2600.01
HSL253.64º94.29%86.27%-
HSV(B)253.64º26.09%99.22%-
XYZ59.8655.19100.43-
YUV199.01158.47130.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=31.46%
G=29.13%
B=39.41%

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
Decimal2021872530.200.2600.01253.6494.2986.27
HexCABBFD141A01fe5e56
Octal312273375243201376136126
Binary1100101010111011111111011010011010011111111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBFD; }

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

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

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

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

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

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

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

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