#CABEF7

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

Shades of Lavender Blue #CABEF7

Tints of Lavender Blue #CABEF7

Color information

#CABEF7 (or 0xCABEF7) is unknown color: approx Lavender Blue. HEX triplet: CA, BE and F7. RGB value is (202,190,247). Sum of RGB (Red+Green+Blue) = 202+190+247=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #CABEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEF7 is #354108. Grayscale: #C7C7C7. Windows color (decimal): -3490057 or 16236234. OLE color: 16236234.

HSL color Cylindrical-coordinate representation of color #CABEF7: hue angle of 252.63º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABEF7 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202190247-
CMYK0.180.2300.03
HSL252.63º78.08%85.69%-
HSV(B)252.63º23.08%96.86%-
XYZ59.5656.195.68-
YUV200.09154.48129.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 247 (96.88% from 255) = 38.65%
R=31.61%
G=29.73%
B=38.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021902470.180.2300.03252.6378.0885.69
HexCABEF7121703fd4e56
Octal312276367222703375116126
Binary11001010101111101111011110010101110111111110110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEF7; }

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

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

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

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

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

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

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

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