#CABEF9

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

Shades of Lavender Blue #CABEF9

Tints of Lavender Blue #CABEF9

Color information

#CABEF9 (or 0xCABEF9) is unknown color: approx Lavender Blue. HEX triplet: CA, BE and F9. RGB value is (202,190,249). Sum of RGB (Red+Green+Blue) = 202+190+249=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #CABEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEF9 is #354106. Grayscale: #C8C8C8. Windows color (decimal): -3490055 or 16367306. OLE color: 16367306.

HSL color Cylindrical-coordinate representation of color #CABEF9: hue angle of 252.2º degrees, saturation: 0.83, 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 #CABEF9 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202190249-
CMYK0.190.2400.02
HSL252.2º83.1%86.08%-
HSV(B)252.2º23.69%97.65%-
XYZ59.8756.2297.32-
YUV200.31155.48129.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=31.51%
G=29.64%
B=38.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021902490.190.2400.02252.283.186.08
HexCABEF9131802fc5356
Octal312276371233002374123126
Binary11001010101111101111100110011110000101111110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEF9; }

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

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

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

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

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

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

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

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