#CABEFB

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

Shades of Lavender Blue #CABEFB

Tints of Lavender Blue #CABEFB

Color information

#CABEFB (or 0xCABEFB) is unknown color: approx Lavender Blue. HEX triplet: CA, BE and FB. RGB value is (202,190,251). Sum of RGB (Red+Green+Blue) = 202+190+251=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #CABEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEFB is #354104. Grayscale: #C8C8C8. Windows color (decimal): -3490053 or 16498378. OLE color: 16498378.

HSL color Cylindrical-coordinate representation of color #CABEFB: hue angle of 251.8º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CABEFB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202190251-
CMYK0.200.2400.02
HSL251.8º88.41%86.47%-
HSV(B)251.8º24.3%98.43%-
XYZ60.1856.3598.97-
YUV200.54156.48129.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 190 (74.61% from 255) = 29.55%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=31.42%
G=29.55%
B=39.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021902510.200.2400.02251.888.4186.47
HexCABEFB141802fc5856
Octal312276373243002374130126
Binary11001010101111101111101110100110000101111110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEFB; }

 p { color: rgb(202,190,251); }

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

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

 a { background-color: rgb(202,190,251); }

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

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

 span { border-color: rgb(202,190,251); }

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